#5E60FF

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

Shades of Neon Blue #5E60FF

Tints of Neon Blue #5E60FF

Color information

#5E60FF (or 0x5E60FF) is unknown color: approx Neon Blue. HEX triplet: 5E, 60 and FF. RGB value is (94,96,255). Sum of RGB (Red+Green+Blue) = 94+96+255=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E60FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E60FF is #A19F00. Grayscale: #707070. Windows color (decimal): -10592001 or 16736350. OLE color: 16736350.

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

Color convert

RGB9496255-
CMYK0.630.6200
HSL239.25º100%68.43%-
HSV(B)239.25º63.14%100%-
XYZ26.8517.9796.66-
YUV113.53207.84114.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.12%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 255 (100% from 255) = 57.30%
R=21.12%
G=21.57%
B=57.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal94962550.630.6200239.2510068.43
Hex5E60FF3F3E00ef6444
Octal136140377777600357144104
Binary1011110110000011111111111111111110001110111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,96,255); }

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

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

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

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

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

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

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