#3248F1

Color #3248F1 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #3248F1

Tints of Neon Blue #3248F1

Color information

#3248F1 (or 0x3248F1) is unknown color: approx Neon Blue. HEX triplet: 32, 48 and F1. RGB value is (50,72,241). Sum of RGB (Red+Green+Blue) = 50+72+241=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 241 (94.53% from 255 or 66.39% from 363); Max value from RGB is 241 - color contains mainly: blue. Hex color #3248F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3248F1 is #CDB70E. Grayscale: #535353. Windows color (decimal): -13481743 or 15812658. OLE color: 15812658.

HSL color Cylindrical-coordinate representation of color #3248F1: hue angle of 233.09º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3248F1 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5072241-
CMYK0.790.7000.05
HSL233.09º87.21%57.06%-
HSV(B)233.09º79.25%94.51%-
XYZ19.5111.6684.44-
YUV84.69216.21103.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 241 (94.53% from 255) = 66.39%
R=13.77%
G=19.83%
B=66.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal50722410.790.7000.05233.0987.2157.06
Hex3248F14F4605e95739
Octal621103611171060535112771
Binary110010100100011110001100111110001100101111010011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3248F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3248F1; }

 p { color: rgb(50,72,241); }

 H1.HeaderClassName
 {
   color: #3248F1;
 }
 .AnyTagClassName
 {
   color: #3248F1;
 }
</style>
background-color css

<style>
 a { background-color: #3248F1; }

 a { background-color: rgb(50,72,241); }

 div.DivClassName
 {
   background-color: #3248F1;
 }
 .BgClassName
 {
   background-color: #3248F1;
 }
</style>
border-color css

<style>
 span { border-color: #3248F1; }

 span { border-color: rgb(50,72,241); }

 td.TdClassName
 {
   border-color: #3248F1;
 }
 .TagClassName
 {
   border-color: #3248F1;
 }
</style>