#553FFD

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

Shades of Neon Blue #553FFD

Tints of Neon Blue #553FFD

Color information

#553FFD (or 0x553FFD) is unknown color: approx Neon Blue. HEX triplet: 55, 3F and FD. RGB value is (85,63,253). Sum of RGB (Red+Green+Blue) = 85+63+253=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #553FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FFD is #AAC002. Grayscale: #5A5A5A. Windows color (decimal): -11190275 or 16596821. OLE color: 16596821.

HSL color Cylindrical-coordinate representation of color #553FFD: hue angle of 246.95º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553FFD is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8563253-
CMYK0.660.7500.01
HSL246.95º97.94%61.96%-
HSV(B)246.95º75.1%99.22%-
XYZ23.2512.5894.13-
YUV91.24219.29123.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 253 (99.22% from 255) = 63.09%
R=21.20%
G=15.71%
B=63.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85632530.660.7500.01246.9597.9461.96
Hex553FFD424B01f7623e
Octal125773751021130136714276
Binary1010101111111111111011000010100101101111101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553FFD; }

 p { color: rgb(85,63,253); }

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

<style>
 a { background-color: #553FFD; }

 a { background-color: rgb(85,63,253); }

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

<style>
 span { border-color: #553FFD; }

 span { border-color: rgb(85,63,253); }

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