#5f52f3

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

Shades of Neon Blue #5F52F3

Tints of Neon Blue #5F52F3

Color information

#5F52F3 (or 0x5F52F3) is unknown color: approx Neon Blue. HEX triplet: 5F, 52 and F3. RGB value is (95,82,243). Sum of RGB (Red+Green+Blue) = 95+82+243=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #5F52F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F52F3 is #A0AD0C. Grayscale: #676767. Windows color (decimal): -10530061 or 15946335. OLE color: 15946335.

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

Color convert

RGB9582243-
CMYK0.610.6600.05
HSL244.84º87.03%63.73%-
HSV(B)244.84º66.26%95.29%-
XYZ23.9114.9486.42-
YUV104.24206.31121.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 22.62%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=22.62%
G=19.52%
B=57.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95822430.610.6600.05244.8487.0363.73
Hex5F52F33D4205f55740
Octal1371223637510205365127100
Binary1011111101001011110011111101100001001011111010110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f52f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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