#5e6efc

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

Shades of Neon Blue #5E6EFC

Tints of Neon Blue #5E6EFC

Color information

#5E6EFC (or 0x5E6EFC) is unknown color: approx Neon Blue. HEX triplet: 5E, 6E and FC. RGB value is (94,110,252). Sum of RGB (Red+Green+Blue) = 94+110+252=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6EFC is #A19103. Grayscale: #787878. Windows color (decimal): -10588420 or 16543326. OLE color: 16543326.

HSL color Cylindrical-coordinate representation of color #5E6EFC: hue angle of 233.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E6EFC is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB94110252-
CMYK0.630.5600.01
HSL233.92º96.34%67.84%-
HSV(B)233.92º62.7%98.82%-
XYZ27.7620.5694.6-
YUV121.4201.7108.45-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.61%
GREEN value IS 110 (43.36% from 255) = 24.12%
BLUE value IS 252 (98.83% from 255) = 55.26%
R=20.61%
G=24.12%
B=55.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal941102520.630.5600.01233.9296.3467.84
Hex5E6EFC3F3801ea6044
Octal136156374777001352140104
Binary1011110110111011111100111111111000011110101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e6efc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e6efc; }

 p { color: rgb(94,110,252); }

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

<style>
 a { background-color: #5e6efc; }

 a { background-color: rgb(94,110,252); }

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

<style>
 span { border-color: #5e6efc; }

 span { border-color: rgb(94,110,252); }

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