#553BF0

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

Shades of Neon Blue #553BF0

Tints of Neon Blue #553BF0

Color information

#553BF0 (or 0x553BF0) is unknown color: approx Neon Blue. HEX triplet: 55, 3B and F0. RGB value is (85,59,240). Sum of RGB (Red+Green+Blue) = 85+59+240=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #553BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #553BF0 is #AAC40F. Grayscale: #565656. Windows color (decimal): -11191312 or 15743829. OLE color: 15743829.

HSL color Cylindrical-coordinate representation of color #553BF0: hue angle of 248.62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #553BF0 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB8559240-
CMYK0.650.7500.06
HSL248.62º85.78%58.63%-
HSV(B)248.62º75.42%94.12%-
XYZ21.0411.3583.52-
YUV87.41214.11126.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 59 (23.44% from 255) = 15.36%
BLUE value IS 240 (94.14% from 255) = 62.5%
R=22.14%
G=15.36%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal85592400.650.7500.06248.6285.7858.63
Hex553BF0414B06f9563b
Octal125733601011130637112673
Binary101010111101111110000100000110010110110111110011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,59,240); }

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

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

 a { background-color: rgb(85,59,240); }

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

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

 span { border-color: rgb(85,59,240); }

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