#5552F8

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

Shades of Neon Blue #5552F8

Tints of Neon Blue #5552F8

Color information

#5552F8 (or 0x5552F8) is unknown color: approx Neon Blue. HEX triplet: 55, 52 and F8. RGB value is (85,82,248). Sum of RGB (Red+Green+Blue) = 85+82+248=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 248 (97.27% from 255 or 59.76% from 415); Max value from RGB is 248 - color contains mainly: blue. Hex color #5552F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5552F8 is #AAAD07. Grayscale: #656565. Windows color (decimal): -11185416 or 16274005. OLE color: 16274005.

HSL color Cylindrical-coordinate representation of color #5552F8: hue angle of 241.08º degrees, saturation: 0.92, 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 #5552F8 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8582248-
CMYK0.660.6700.03
HSL241.08º92.22%64.71%-
HSV(B)241.08º66.94%97.25%-
XYZ23.7114.7490.4-
YUV101.82210.49116-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 248 (97.27% from 255) = 59.76%
R=20.48%
G=19.76%
B=59.76%

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
Decimal85822480.660.6700.03241.0892.2264.71
Hex5552F8424303f15c41
Octal12512237010210303361134101
Binary1010101101001011111000100001010000110111111000110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5552F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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