#5e5fff

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

Shades of Neon Blue #5E5FFF

Tints of Neon Blue #5E5FFF

Color information

#5E5FFF (or 0x5E5FFF) is unknown color: approx Neon Blue. HEX triplet: 5E, 5F and FF. RGB value is (94,95,255). Sum of RGB (Red+Green+Blue) = 94+95+255=444 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.17% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E5FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E5FFF is #A1A000. Grayscale: #707070. Windows color (decimal): -10592257 or 16736094. OLE color: 16736094.

HSL color Cylindrical-coordinate representation of color #5E5FFF: hue angle of 239.63º 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 #5E5FFF is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB9495255-
CMYK0.630.6300
HSL239.63º100%68.43%-
HSV(B)239.63º63.14%100%-
XYZ26.7617.7896.63-
YUV112.94208.17114.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.17%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 255 (100% from 255) = 57.43%
R=21.17%
G=21.40%
B=57.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal94952550.630.6300239.6310068.43
Hex5E5FFF3F3F00f06444
Octal136137377777700360144104
Binary1011110101111111111111111111111111001111000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e5fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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