#5F4AF1

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

Shades of Neon Blue #5F4AF1

Tints of Neon Blue #5F4AF1

Color information

#5F4AF1 (or 0x5F4AF1) is unknown color: approx Neon Blue. HEX triplet: 5F, 4A and F1. RGB value is (95,74,241). Sum of RGB (Red+Green+Blue) = 95+74+241=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F4AF1 is #A0B50E. Grayscale: #626262. Windows color (decimal): -10532111 or 15813215. OLE color: 15813215.

HSL color Cylindrical-coordinate representation of color #5F4AF1: hue angle of 247.54º 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 #5F4AF1 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9574241-
CMYK0.610.6900.05
HSL247.54º85.64%61.76%-
HSV(B)247.54º69.29%94.51%-
XYZ23.0513.6884.65-
YUV99.32207.96124.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.17%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 241 (94.53% from 255) = 58.78%
R=23.17%
G=18.05%
B=58.78%

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
Decimal95742410.610.6900.05247.5485.6461.76
Hex5F4AF13D4505f8563e
Octal137112361751050537012676
Binary101111110010101111000111110110001010101111110001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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