#554FE2

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

Shades of Neon Blue #554FE2

Tints of Neon Blue #554FE2

Color information

#554FE2 (or 0x554FE2) is unknown color: approx Neon Blue. HEX triplet: 55, 4F and E2. RGB value is (85,79,226). Sum of RGB (Red+Green+Blue) = 85+79+226=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 79 (31.25% from 255 or 20.26% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #554FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #554FE2 is #AAB01D. Grayscale: #606060. Windows color (decimal): -11186206 or 14831445. OLE color: 14831445.

HSL color Cylindrical-coordinate representation of color #554FE2: hue angle of 242.45º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #554FE2 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8579226-
CMYK0.620.6500.11
HSL242.45º71.71%59.8%-
HSV(B)242.45º65.04%88.63%-
XYZ20.2713.0173.4-
YUV97.55200.49119.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 79 (31.25% from 255) = 20.26%
BLUE value IS 226 (88.67% from 255) = 57.95%
R=21.79%
G=20.26%
B=57.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal85792260.620.6500.11242.4571.7159.8
Hex554FE23E410Bf2483c
Octal1251173427610101336211074
Binary1010101100111111100010111110100000101011111100101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,226); }

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

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

 a { background-color: rgb(85,79,226); }

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

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

 span { border-color: rgb(85,79,226); }

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