#5e5ef2

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

Shades of Neon Blue #5E5EF2

Tints of Neon Blue #5E5EF2

Color information

#5E5EF2 (or 0x5E5EF2) is unknown color: approx Neon Blue. HEX triplet: 5E, 5E and F2. RGB value is (94,94,242). Sum of RGB (Red+Green+Blue) = 94+94+242=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #5E5EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5EF2 is #A1A10D. Grayscale: #6E6E6E. Windows color (decimal): -10592526 or 15883870. OLE color: 15883870.

HSL color Cylindrical-coordinate representation of color #5E5EF2: hue angle of 240º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E5EF2 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9494242-
CMYK0.610.6100.05
HSL240º85.06%65.88%-
HSV(B)240º61.16%94.9%-
XYZ24.6516.885.95-
YUV110.87202115.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.86%
GREEN value IS 94 (37.11% from 255) = 21.86%
BLUE value IS 242 (94.92% from 255) = 56.28%
R=21.86%
G=21.86%
B=56.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94942420.610.6100.0524085.0665.88
Hex5E5EF23D3D05f05542
Octal136136362757505360125102
Binary101111010111101111001011110111110101011111000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5ef2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,94,242); }

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

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

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

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

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

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

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