#5F4AF9

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

Shades of Neon Blue #5F4AF9

Tints of Neon Blue #5F4AF9

Color information

#5F4AF9 (or 0x5F4AF9) is unknown color: approx Neon Blue. HEX triplet: 5F, 4A and F9. RGB value is (95,74,249). Sum of RGB (Red+Green+Blue) = 95+74+249=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 249 (97.66% from 255 or 59.57% from 418); Max value from RGB is 249 - color contains mainly: blue. Hex color #5F4AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4AF9 is #A0B506. Grayscale: #636363. Windows color (decimal): -10532103 or 16337503. OLE color: 16337503.

HSL color Cylindrical-coordinate representation of color #5F4AF9: hue angle of 247.2º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F4AF9 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9574249-
CMYK0.620.7000.02
HSL247.2º93.58%63.33%-
HSV(B)247.2º70.28%97.65%-
XYZ24.2714.1791.08-
YUV100.23211.96124.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.73%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 249 (97.66% from 255) = 59.57%
R=22.73%
G=17.70%
B=59.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal95742490.620.7000.02247.293.5863.33
Hex5F4AF93E4602f75e3f
Octal137112371761060236713677
Binary10111111001010111110011111101000110010111101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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