#5F62FA

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

Shades of Neon Blue #5F62FA

Tints of Neon Blue #5F62FA

Color information

#5F62FA (or 0x5F62FA) is unknown color: approx Neon Blue. HEX triplet: 5F, 62 and FA. RGB value is (95,98,250). Sum of RGB (Red+Green+Blue) = 95+98+250=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F62FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F62FA is #A09D05. Grayscale: #717171. Windows color (decimal): -10525958 or 16409183. OLE color: 16409183.

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

Color convert

RGB9598250-
CMYK0.620.6100.02
HSL238.84º93.94%67.65%-
HSV(B)238.84º62%98.04%-
XYZ26.3418.0792.54-
YUV114.43204.51114.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.44%
GREEN value IS 98 (38.67% from 255) = 22.12%
BLUE value IS 250 (98.05% from 255) = 56.43%
R=21.44%
G=22.12%
B=56.43%

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
Decimal95982500.620.6100.02238.8493.9467.65
Hex5F62FA3E3D02ef5e44
Octal137142372767502357136104
Binary10111111100010111110101111101111010101110111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F62FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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