#5466F6

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

Shades of Neon Blue #5466F6

Tints of Neon Blue #5466F6

Color information

#5466F6 (or 0x5466F6) is unknown color: approx Neon Blue. HEX triplet: 54, 66 and F6. RGB value is (84,102,246). Sum of RGB (Red+Green+Blue) = 84+102+246=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #5466F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5466F6 is #AB9909. Grayscale: #707070. Windows color (decimal): -11245834 or 16148052. OLE color: 16148052.

HSL color Cylindrical-coordinate representation of color #5466F6: hue angle of 233.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5466F6 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84102246-
CMYK0.660.5900.04
HSL233.33º90%64.71%-
HSV(B)233.33º65.85%96.47%-
XYZ25.0418.0489.35-
YUV113.03203.04107.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.44%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 246 (96.48% from 255) = 56.94%
R=19.44%
G=23.61%
B=56.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841022460.660.5900.04233.339064.71
Hex5466F6423B04e95a41
Octal1241463661027304351132101
Binary1010100110011011110110100001011101101001110100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5466F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5466F6; }

 p { color: rgb(84,102,246); }

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

<style>
 a { background-color: #5466F6; }

 a { background-color: rgb(84,102,246); }

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

<style>
 span { border-color: #5466F6; }

 span { border-color: rgb(84,102,246); }

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