#5F52FE

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

Shades of Neon Blue #5F52FE

Tints of Neon Blue #5F52FE

Color information

#5F52FE (or 0x5F52FE) is unknown color: approx Neon Blue. HEX triplet: 5F, 52 and FE. RGB value is (95,82,254). Sum of RGB (Red+Green+Blue) = 95+82+254=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F52FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F52FE is #A0AD01. Grayscale: #686868. Windows color (decimal): -10530050 or 16667231. OLE color: 16667231.

HSL color Cylindrical-coordinate representation of color #5F52FE: hue angle of 244.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F52FE is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB9582254-
CMYK0.630.6800.00
HSL244.53º98.85%65.88%-
HSV(B)244.53º67.72%99.61%-
XYZ25.6315.6295.43-
YUV105.5211.81120.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.04%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 254 (99.61% from 255) = 58.93%
R=22.04%
G=19.03%
B=58.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal95822540.630.6800.00244.5398.8565.88
Hex5F52FE3F4400f56342
Octal1371223767710400365143102
Binary10111111010010111111101111111000100001111010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F52FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,82,254); }

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

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

 a { background-color: rgb(95,82,254); }

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

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

 span { border-color: rgb(95,82,254); }

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