#5F55FF

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

Shades of Neon Blue #5F55FF

Tints of Neon Blue #5F55FF

Color information

#5F55FF (or 0x5F55FF) is unknown color: approx Neon Blue. HEX triplet: 5F, 55 and FF. RGB value is (95,85,255). Sum of RGB (Red+Green+Blue) = 95+85+255=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F55FF is #A0AA00. Grayscale: #6A6A6A. Windows color (decimal): -10529281 or 16733535. OLE color: 16733535.

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

Color convert

RGB9585255-
CMYK0.630.6700
HSL243.53º100%66.67%-
HSV(B)243.53º66.67%100%-
XYZ26.0216.1596.35-
YUV107.37211.31119.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 21.84%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 255 (100% from 255) = 58.62%
R=21.84%
G=19.54%
B=58.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal95852550.630.6700243.5310066.67
Hex5F55FF3F4300f46443
Octal1371253777710300364144103
Binary10111111010101111111111111111000011001111010011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F55FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,255); }

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

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

 a { background-color: rgb(95,85,255); }

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

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

 span { border-color: rgb(95,85,255); }

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