#5F5CF1

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

Shades of Neon Blue #5F5CF1

Tints of Neon Blue #5F5CF1

Color information

#5F5CF1 (or 0x5F5CF1) is unknown color: approx Neon Blue. HEX triplet: 5F, 5C and F1. RGB value is (95,92,241). Sum of RGB (Red+Green+Blue) = 95+92+241=428 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.20% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 241 (94.53% from 255 or 56.31% from 428); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F5CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5CF1 is #A0A30E. Grayscale: #6D6D6D. Windows color (decimal): -10527503 or 15817823. OLE color: 15817823.

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

Color convert

RGB9592241-
CMYK0.610.6200.05
HSL241.21º84.18%65.29%-
HSV(B)241.21º61.83%94.51%-
XYZ24.4216.4485.1-
YUV109.88201.99117.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.20%
GREEN value IS 92 (36.33% from 255) = 21.50%
BLUE value IS 241 (94.53% from 255) = 56.31%
R=22.20%
G=21.50%
B=56.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95922410.610.6200.05241.2184.1865.29
Hex5F5CF13D3E05f15441
Octal137134361757605361124101
Binary101111110111001111000111110111111001011111000110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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