#5E5FFE

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

Shades of Neon Blue #5E5FFE

Tints of Neon Blue #5E5FFE

Color information

#5E5FFE (or 0x5E5FFE) is unknown color: approx Neon Blue. HEX triplet: 5E, 5F and FE. RGB value is (94,95,254). Sum of RGB (Red+Green+Blue) = 94+95+254=443 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.22% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #5E5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5FFE is #A1A001. Grayscale: #707070. Windows color (decimal): -10592258 or 16670558. OLE color: 16670558.

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

Color convert

RGB9495254-
CMYK0.630.6300.00
HSL239.62º98.77%68.24%-
HSV(B)239.62º62.99%99.61%-
XYZ26.617.7295.78-
YUV112.83207.67114.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.22%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 254 (99.61% from 255) = 57.34%
R=21.22%
G=21.44%
B=57.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal94952540.630.6300.00239.6298.7768.24
Hex5E5FFE3F3F00f06344
Octal136137376777700360143104
Binary1011110101111111111110111111111111001111000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,95,254); }

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

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

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

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

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

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

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