#5F40EA

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

Shades of Neon Blue #5F40EA

Tints of Neon Blue #5F40EA

Color information

#5F40EA (or 0x5F40EA) is unknown color: approx Neon Blue. HEX triplet: 5F, 40 and EA. RGB value is (95,64,234). Sum of RGB (Red+Green+Blue) = 95+64+234=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #5F40EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F40EA is #A0BF15. Grayscale: #5B5B5B. Windows color (decimal): -10534678 or 15351903. OLE color: 15351903.

HSL color Cylindrical-coordinate representation of color #5F40EA: hue angle of 250.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5F40EA is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9564234-
CMYK0.590.7300.08
HSL250.94º80.19%58.43%-
HSV(B)250.94º72.65%91.76%-
XYZ21.412.0479.04-
YUV92.65207.77129.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 234 (91.80% from 255) = 59.54%
R=24.17%
G=16.28%
B=59.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal95642340.590.7300.08250.9480.1958.43
Hex5F40EA3B4908fb503a
Octal1371003527311101037312072
Binary1011111100000011101010111011100100101000111110111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F40EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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