#5F5AFA

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

Shades of Neon Blue #5F5AFA

Tints of Neon Blue #5F5AFA

Color information

#5F5AFA (or 0x5F5AFA) is unknown color: approx Neon Blue. HEX triplet: 5F, 5A and FA. RGB value is (95,90,250). Sum of RGB (Red+Green+Blue) = 95+90+250=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #5F5AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F5AFA is #A0A505. Grayscale: #6D6D6D. Windows color (decimal): -10528006 or 16407135. OLE color: 16407135.

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

Color convert

RGB9590250-
CMYK0.620.6400.02
HSL241.88º94.12%66.67%-
HSV(B)241.88º64%98.04%-
XYZ25.6316.6592.3-
YUV109.74207.16117.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.84%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 250 (98.05% from 255) = 57.47%
R=21.84%
G=20.69%
B=57.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal95902500.620.6400.02241.8894.1266.67
Hex5F5AFA3E4002f25e43
Octal1371323727610002362136103
Binary101111110110101111101011111010000000101111001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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