#5F4BF1

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

Shades of Neon Blue #5F4BF1

Tints of Neon Blue #5F4BF1

Color information

#5F4BF1 (or 0x5F4BF1) is unknown color: approx Neon Blue. HEX triplet: 5F, 4B and F1. RGB value is (95,75,241). Sum of RGB (Red+Green+Blue) = 95+75+241=411 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.11% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 241 (94.53% from 255 or 58.64% from 411); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F4BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4BF1 is #A0B40E. Grayscale: #636363. Windows color (decimal): -10531855 or 15813471. OLE color: 15813471.

HSL color Cylindrical-coordinate representation of color #5F4BF1: hue angle of 247.23º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F4BF1 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9575241-
CMYK0.610.6900.05
HSL247.23º85.57%61.96%-
HSV(B)247.23º68.88%94.51%-
XYZ23.1113.8284.67-
YUV99.9207.63124.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.11%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 241 (94.53% from 255) = 58.64%
R=23.11%
G=18.25%
B=58.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95752410.610.6900.05247.2385.5761.96
Hex5F4BF13D4505f7563e
Octal137113361751050536712676
Binary101111110010111111000111110110001010101111101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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