#5F5EFE

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

Shades of Neon Blue #5F5EFE

Tints of Neon Blue #5F5EFE

Color information

#5F5EFE (or 0x5F5EFE) is unknown color: approx Neon Blue. HEX triplet: 5F, 5E and FE. RGB value is (95,94,254). Sum of RGB (Red+Green+Blue) = 95+94+254=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 94 (37.11% from 255 or 21.22% 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 #5F5EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5EFE is #A0A101. Grayscale: #6F6F6F. Windows color (decimal): -10526978 or 16670303. OLE color: 16670303.

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

Color convert

RGB9594254-
CMYK0.630.6300.00
HSL240.38º98.77%68.24%-
HSV(B)240.38º62.99%99.61%-
XYZ26.6117.5995.76-
YUV112.54207.83115.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 94 (37.11% from 255) = 21.22%
BLUE value IS 254 (99.61% from 255) = 57.34%
R=21.44%
G=21.22%
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
Decimal95942540.630.6300.00240.3898.7768.24
Hex5F5EFE3F3F00f06344
Octal137136376777700360143104
Binary1011111101111011111110111111111111001111000011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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