#5F59F0

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

Shades of Neon Blue #5F59F0

Tints of Neon Blue #5F59F0

Color information

#5F59F0 (or 0x5F59F0) is unknown color: approx Neon Blue. HEX triplet: 5F, 59 and F0. RGB value is (95,89,240). Sum of RGB (Red+Green+Blue) = 95+89+240=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 240 (94.14% from 255 or 56.60% from 424); Max value from RGB is 240 - color contains mainly: blue. Hex color #5F59F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F59F0 is #A0A60F. Grayscale: #6B6B6B. Windows color (decimal): -10528272 or 15751519. OLE color: 15751519.

HSL color Cylindrical-coordinate representation of color #5F59F0: hue angle of 242.38º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F59F0 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9589240-
CMYK0.600.6300.06
HSL242.38º83.43%64.51%-
HSV(B)242.38º62.92%94.12%-
XYZ24.0215.8784.24-
YUV108.01202.49118.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.41%
GREEN value IS 89 (35.16% from 255) = 20.99%
BLUE value IS 240 (94.14% from 255) = 56.60%
R=22.41%
G=20.99%
B=56.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal95892400.600.6300.06242.3883.4364.51
Hex5F59F03C3F06f25341
Octal137131360747706362123101
Binary101111110110011111000011110011111101101111001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F59F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,240); }

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

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

 a { background-color: rgb(95,89,240); }

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

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

 span { border-color: rgb(95,89,240); }

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