#553CFD

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

Shades of Neon Blue #553CFD

Tints of Neon Blue #553CFD

Color information

#553CFD (or 0x553CFD) is unknown color: approx Neon Blue. HEX triplet: 55, 3C and FD. RGB value is (85,60,253). Sum of RGB (Red+Green+Blue) = 85+60+253=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #553CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553CFD is #AAC302. Grayscale: #585858. Windows color (decimal): -11191043 or 16596053. OLE color: 16596053.

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

Color convert

RGB8560253-
CMYK0.660.7600.01
HSL247.77º97.97%61.37%-
HSV(B)247.77º76.28%99.22%-
XYZ23.0912.2594.08-
YUV89.48220.28124.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 60 (23.83% from 255) = 15.08%
BLUE value IS 253 (99.22% from 255) = 63.57%
R=21.36%
G=15.08%
B=63.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85602530.660.7600.01247.7797.9761.37
Hex553CFD424C01f8623d
Octal125743751021140137014275
Binary1010101111100111111011000010100110001111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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