#5F61FA

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

Shades of Neon Blue #5F61FA

Tints of Neon Blue #5F61FA

Color information

#5F61FA (or 0x5F61FA) is unknown color: approx Neon Blue. HEX triplet: 5F, 61 and FA. RGB value is (95,97,250). Sum of RGB (Red+Green+Blue) = 95+97+250=442 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.49% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F61FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F61FA is #A09E05. Grayscale: #717171. Windows color (decimal): -10526214 or 16408927. OLE color: 16408927.

HSL color Cylindrical-coordinate representation of color #5F61FA: hue angle of 239.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F61FA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9597250-
CMYK0.620.6100.02
HSL239.23º93.94%67.65%-
HSV(B)239.23º62%98.04%-
XYZ26.2517.8892.51-
YUV113.84204.84114.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.49%
GREEN value IS 97 (38.28% from 255) = 21.95%
BLUE value IS 250 (98.05% from 255) = 56.56%
R=21.49%
G=21.95%
B=56.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal95972500.620.6100.02239.2393.9467.65
Hex5F61FA3E3D02ef5e44
Octal137141372767502357136104
Binary10111111100001111110101111101111010101110111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F61FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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