#5552F7

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

Shades of Neon Blue #5552F7

Tints of Neon Blue #5552F7

Color information

#5552F7 (or 0x5552F7) is unknown color: approx Neon Blue. HEX triplet: 55, 52 and F7. RGB value is (85,82,247). Sum of RGB (Red+Green+Blue) = 85+82+247=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 247 (96.88% from 255 or 59.66% from 414); Max value from RGB is 247 - color contains mainly: blue. Hex color #5552F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552F7 is #AAAD08. Grayscale: #656565. Windows color (decimal): -11185417 or 16208469. OLE color: 16208469.

HSL color Cylindrical-coordinate representation of color #5552F7: hue angle of 241.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5552F7 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8582247-
CMYK0.660.6700.03
HSL241.09º91.16%64.51%-
HSV(B)241.09º66.8%96.86%-
XYZ23.5514.6889.59-
YUV101.71209.99116.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 247 (96.88% from 255) = 59.66%
R=20.53%
G=19.81%
B=59.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal85822470.660.6700.03241.0991.1664.51
Hex5552F7424303f15b41
Octal12512236710210303361133101
Binary1010101101001011110111100001010000110111111000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5552F7; }

 p { color: rgb(85,82,247); }

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

<style>
 a { background-color: #5552F7; }

 a { background-color: rgb(85,82,247); }

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

<style>
 span { border-color: #5552F7; }

 span { border-color: rgb(85,82,247); }

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