#5F40EF

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

Shades of Neon Blue #5F40EF

Tints of Neon Blue #5F40EF

Color information

#5F40EF (or 0x5F40EF) is unknown color: approx Neon Blue. HEX triplet: 5F, 40 and EF. RGB value is (95,64,239). Sum of RGB (Red+Green+Blue) = 95+64+239=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F40EF is #A0BF10. Grayscale: #5C5C5C. Windows color (decimal): -10534673 or 15679583. OLE color: 15679583.

HSL color Cylindrical-coordinate representation of color #5F40EF: hue angle of 250.63º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F40EF is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9564239-
CMYK0.600.7300.06
HSL250.63º84.54%59.41%-
HSV(B)250.63º73.22%93.73%-
XYZ22.1312.3382.88-
YUV93.22210.27129.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.87%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 239 (93.75% from 255) = 60.05%
R=23.87%
G=16.08%
B=60.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal95642390.600.7300.06250.6384.5459.41
Hex5F40EF3C4906fb553b
Octal137100357741110637312573
Binary101111110000001110111111110010010010110111110111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F40EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,64,239); }

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

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

 a { background-color: rgb(95,64,239); }

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

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

 span { border-color: rgb(95,64,239); }

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