#554BF0

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

Shades of Neon Blue #554BF0

Tints of Neon Blue #554BF0

Color information

#554BF0 (or 0x554BF0) is unknown color: approx Neon Blue. HEX triplet: 55, 4B and F0. RGB value is (85,75,240). Sum of RGB (Red+Green+Blue) = 85+75+240=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 240 (94.14% from 255 or 60% from 400); Max value from RGB is 240 - color contains mainly: blue. Hex color #554BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554BF0 is #AAB40F. Grayscale: #606060. Windows color (decimal): -11187216 or 15747925. OLE color: 15747925.

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

Color convert

RGB8575240-
CMYK0.650.6900.06
HSL243.64º84.62%61.76%-
HSV(B)243.64º68.75%94.12%-
XYZ21.9913.2583.84-
YUV96.8208.81119.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 75 (29.69% from 255) = 18.75%
BLUE value IS 240 (94.14% from 255) = 60%
R=21.25%
G=18.75%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal85752400.650.6900.06243.6484.6261.76
Hex554BF0414506f4553e
Octal1251133601011050636412576
Binary1010101100101111110000100000110001010110111101001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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