#5551F9

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

Shades of Neon Blue #5551F9

Tints of Neon Blue #5551F9

Color information

#5551F9 (or 0x5551F9) is unknown color: approx Neon Blue. HEX triplet: 55, 51 and F9. RGB value is (85,81,249). Sum of RGB (Red+Green+Blue) = 85+81+249=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #5551F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5551F9 is #AAAE06. Grayscale: #646464. Windows color (decimal): -11185671 or 16339285. OLE color: 16339285.

HSL color Cylindrical-coordinate representation of color #5551F9: hue angle of 241.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5551F9 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8581249-
CMYK0.660.6700.02
HSL241.43º93.33%64.71%-
HSV(B)241.43º67.47%97.65%-
XYZ23.7914.6691.2-
YUV101.35211.33116.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.48%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 249 (97.66% from 255) = 60%
R=20.48%
G=19.52%
B=60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85812490.660.6700.02241.4393.3364.71
Hex5551F9424302f15d41
Octal12512137110210302361135101
Binary1010101101000111111001100001010000110101111000110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5551F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5551F9; }

 p { color: rgb(85,81,249); }

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

<style>
 a { background-color: #5551F9; }

 a { background-color: rgb(85,81,249); }

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

<style>
 span { border-color: #5551F9; }

 span { border-color: rgb(85,81,249); }

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