#4249FC

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

Shades of Neon Blue #4249FC

Tints of Neon Blue #4249FC

Color information

#4249FC (or 0x4249FC) is unknown color: approx Neon Blue. HEX triplet: 42, 49 and FC. RGB value is (66,73,252). Sum of RGB (Red+Green+Blue) = 66+73+252=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #4249FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4249FC is #BDB603. Grayscale: #5A5A5A. Windows color (decimal): -12432900 or 16533826. OLE color: 16533826.

HSL color Cylindrical-coordinate representation of color #4249FC: hue angle of 237.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4249FC is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6673252-
CMYK0.740.7100.01
HSL237.74º96.88%62.35%-
HSV(B)237.74º73.81%98.82%-
XYZ22.212.9593.43-
YUV91.31218.68109.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.88%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=16.88%
G=18.67%
B=64.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal66732520.740.7100.01237.7496.8862.35
Hex4249FC4A4701ee613e
Octal1021113741121070135614176
Binary10000101001001111111001001010100011101111011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4249FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4249FC; }

 p { color: rgb(66,73,252); }

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

<style>
 a { background-color: #4249FC; }

 a { background-color: rgb(66,73,252); }

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

<style>
 span { border-color: #4249FC; }

 span { border-color: rgb(66,73,252); }

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