#5462F9

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

Shades of Neon Blue #5462F9

Tints of Neon Blue #5462F9

Color information

#5462F9 (or 0x5462F9) is unknown color: approx Neon Blue. HEX triplet: 54, 62 and F9. RGB value is (84,98,249). Sum of RGB (Red+Green+Blue) = 84+98+249=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #5462F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5462F9 is #AB9D06. Grayscale: #6E6E6E. Windows color (decimal): -11246855 or 16343636. OLE color: 16343636.

HSL color Cylindrical-coordinate representation of color #5462F9: hue angle of 234.91º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5462F9 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8498249-
CMYK0.660.6100.02
HSL234.91º93.22%65.29%-
HSV(B)234.91º66.27%97.65%-
XYZ25.1217.4691.67-
YUV111.03205.86108.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.49%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 249 (97.66% from 255) = 57.77%
R=19.49%
G=22.74%
B=57.77%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84982490.660.6100.02234.9193.2265.29
Hex5462F9423D02eb5d41
Octal1241423711027502353135101
Binary101010011000101111100110000101111010101110101110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5462F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5462F9; }

 p { color: rgb(84,98,249); }

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

<style>
 a { background-color: #5462F9; }

 a { background-color: rgb(84,98,249); }

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

<style>
 span { border-color: #5462F9; }

 span { border-color: rgb(84,98,249); }

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