#5F4BF5

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

Shades of Neon Blue #5F4BF5

Tints of Neon Blue #5F4BF5

Color information

#5F4BF5 (or 0x5F4BF5) is unknown color: approx Neon Blue. HEX triplet: 5F, 4B and F5. RGB value is (95,75,245). Sum of RGB (Red+Green+Blue) = 95+75+245=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 245 (96.09% from 255 or 59.04% from 415); Max value from RGB is 245 - color contains mainly: blue. Hex color #5F4BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4BF5 is #A0B40A. Grayscale: #636363. Windows color (decimal): -10531851 or 16075615. OLE color: 16075615.

HSL color Cylindrical-coordinate representation of color #5F4BF5: hue angle of 247.06º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F4BF5 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB9575245-
CMYK0.610.6900.04
HSL247.06º89.47%62.75%-
HSV(B)247.06º69.39%96.08%-
XYZ23.7214.0687.85-
YUV100.36209.63124.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.89%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 245 (96.09% from 255) = 59.04%
R=22.89%
G=18.07%
B=59.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal95752450.610.6900.04247.0689.4762.75
Hex5F4BF53D4504f7593f
Octal137113365751050436713177
Binary101111110010111111010111110110001010100111101111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,245); }

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

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

 a { background-color: rgb(95,75,245); }

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

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

 span { border-color: rgb(95,75,245); }

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