#5F4AE9

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

Shades of Neon Blue #5F4AE9

Tints of Neon Blue #5F4AE9

Color information

#5F4AE9 (or 0x5F4AE9) is unknown color: approx Neon Blue. HEX triplet: 5F, 4A and E9. RGB value is (95,74,233). Sum of RGB (Red+Green+Blue) = 95+74+233=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 233 (91.41% from 255 or 57.96% from 402); Max value from RGB is 233 - color contains mainly: blue. Hex color #5F4AE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4AE9 is #A0B516. Grayscale: #616161. Windows color (decimal): -10532119 or 15288927. OLE color: 15288927.

HSL color Cylindrical-coordinate representation of color #5F4AE9: hue angle of 247.92º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F4AE9 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9574233-
CMYK0.590.6800.09
HSL247.92º78.33%60.2%-
HSV(B)247.92º68.24%91.37%-
XYZ21.8813.2178.49-
YUV98.4203.96125.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.63%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 233 (91.41% from 255) = 57.96%
R=23.63%
G=18.41%
B=57.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95742330.590.6800.09247.9278.3360.2
Hex5F4AE93B4409f84e3c
Octal1371123517310401137011674
Binary1011111100101011101001111011100010001001111110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,233); }

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

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

 a { background-color: rgb(95,74,233); }

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

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

 span { border-color: rgb(95,74,233); }

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