#5F53FE

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

Shades of Neon Blue #5F53FE

Tints of Neon Blue #5F53FE

Color information

#5F53FE (or 0x5F53FE) is unknown color: approx Neon Blue. HEX triplet: 5F, 53 and FE. RGB value is (95,83,254). Sum of RGB (Red+Green+Blue) = 95+83+254=432 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.99% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #5F53FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F53FE is #A0AC01. Grayscale: #696969. Windows color (decimal): -10529794 or 16667487. OLE color: 16667487.

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

Color convert

RGB9583254-
CMYK0.630.6700.00
HSL244.21º98.84%66.08%-
HSV(B)244.21º67.32%99.61%-
XYZ25.715.7895.46-
YUV106.08211.48120.1-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.99%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 254 (99.61% from 255) = 58.80%
R=21.99%
G=19.21%
B=58.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal95832540.630.6700.00244.2198.8466.08
Hex5F53FE3F4300f46342
Octal1371233767710300364143102
Binary10111111010011111111101111111000011001111010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F53FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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