#553DFD

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

Shades of Neon Blue #553DFD

Tints of Neon Blue #553DFD

Color information

#553DFD (or 0x553DFD) is unknown color: approx Neon Blue. HEX triplet: 55, 3D and FD. RGB value is (85,61,253). Sum of RGB (Red+Green+Blue) = 85+61+253=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 61 (24.22% from 255 or 15.29% from 399); Blue value is 253 (99.22% from 255 or 63.41% from 399); Max value from RGB is 253 - color contains mainly: blue. Hex color #553DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553DFD is #AAC202. Grayscale: #595959. Windows color (decimal): -11190787 or 16596309. OLE color: 16596309.

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

Color convert

RGB8561253-
CMYK0.660.7600.01
HSL247.5º97.96%61.57%-
HSV(B)247.5º75.89%99.22%-
XYZ23.1412.3694.09-
YUV90.06219.95124.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 61 (24.22% from 255) = 15.29%
BLUE value IS 253 (99.22% from 255) = 63.41%
R=21.30%
G=15.29%
B=63.41%

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
Decimal85612530.660.7600.01247.597.9661.57
Hex553DFD424C01f8623e
Octal125753751021140137014276
Binary1010101111101111111011000010100110001111110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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