#5F61F1

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

Shades of Neon Blue #5F61F1

Tints of Neon Blue #5F61F1

Color information

#5F61F1 (or 0x5F61F1) is unknown color: approx Neon Blue. HEX triplet: 5F, 61 and F1. RGB value is (95,97,241). Sum of RGB (Red+Green+Blue) = 95+97+241=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F61F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F61F1 is #A09E0E. Grayscale: #707070. Windows color (decimal): -10526223 or 15819103. OLE color: 15819103.

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

Color convert

RGB9597241-
CMYK0.610.6000.05
HSL239.18º83.91%65.88%-
HSV(B)239.18º60.58%94.51%-
XYZ24.8717.3385.25-
YUV112.82200.34115.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.94%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 241 (94.53% from 255) = 55.66%
R=21.94%
G=22.40%
B=55.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95972410.610.6000.05239.1883.9165.88
Hex5F61F13D3C05ef5442
Octal137141361757405357124102
Binary101111111000011111000111110111110001011110111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F61F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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