#555CFF

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

Shades of Neon Blue #555CFF

Tints of Neon Blue #555CFF

Color information

#555CFF (or 0x555CFF) is unknown color: approx Neon Blue. HEX triplet: 55, 5C and FF. RGB value is (85,92,255). Sum of RGB (Red+Green+Blue) = 85+92+255=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #555CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555CFF is #AAA300. Grayscale: #6B6B6B. Windows color (decimal): -11182849 or 16735317. OLE color: 16735317.

HSL color Cylindrical-coordinate representation of color #555CFF: hue angle of 237.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 #555CFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8592255-
CMYK0.670.6400
HSL237.53º100%66.67%-
HSV(B)237.53º66.67%100%-
XYZ25.6216.8196.5-
YUV108.49210.68111.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 255 (100% from 255) = 59.03%
R=19.68%
G=21.30%
B=59.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85922550.670.6400237.5310066.67
Hex555CFF434000ee6443
Octal12513437710310000356144103
Binary101010110111001111111110000111000000001110111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555CFF; }

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

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

<style>
 a { background-color: #555CFF; }

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

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

<style>
 span { border-color: #555CFF; }

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

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