#553FFC

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

Shades of Neon Blue #553FFC

Tints of Neon Blue #553FFC

Color information

#553FFC (or 0x553FFC) is unknown color: approx Neon Blue. HEX triplet: 55, 3F and FC. RGB value is (85,63,252). Sum of RGB (Red+Green+Blue) = 85+63+252=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #553FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553FFC is #AAC003. Grayscale: #5A5A5A. Windows color (decimal): -11190276 or 16531285. OLE color: 16531285.

HSL color Cylindrical-coordinate representation of color #553FFC: hue angle of 246.98º degrees, saturation: 0.97, 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 #553FFC is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8563252-
CMYK0.660.7500.01
HSL246.98º96.92%61.76%-
HSV(B)246.98º75%98.82%-
XYZ23.0912.5193.29-
YUV91.12218.79123.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 252 (98.83% from 255) = 63%
R=21.25%
G=15.75%
B=63%

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
Decimal85632520.660.7500.01246.9896.9261.76
Hex553FFC424B01f7613e
Octal125773741021130136714176
Binary1010101111111111111001000010100101101111101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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