#3249FF

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

Shades of Neon Blue #3249FF

Tints of Neon Blue #3249FF

Color information

#3249FF (or 0x3249FF) is unknown color: approx Neon Blue. HEX triplet: 32, 49 and FF. RGB value is (50,73,255). Sum of RGB (Red+Green+Blue) = 50+73+255=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #3249FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3249FF is #CDB600. Grayscale: #565656. Windows color (decimal): -13481473 or 16730418. OLE color: 16730418.

HSL color Cylindrical-coordinate representation of color #3249FF: hue angle of 233.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3249FF is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5073255-
CMYK0.800.7100
HSL233.27º100%59.8%-
HSV(B)233.27º80.39%100%-
XYZ21.7512.6695.91-
YUV86.87222.88101.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.23%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 255 (100% from 255) = 67.46%
R=13.23%
G=19.31%
B=67.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal50732550.800.7100233.2710059.8
Hex3249FF504700e9643c
Octal621113771201070035114474
Binary1100101001001111111111010000100011100111010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3249FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3249FF; }

 p { color: rgb(50,73,255); }

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

<style>
 a { background-color: #3249FF; }

 a { background-color: rgb(50,73,255); }

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

<style>
 span { border-color: #3249FF; }

 span { border-color: rgb(50,73,255); }

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