#554EF9

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

Shades of Neon Blue #554EF9

Tints of Neon Blue #554EF9

Color information

#554EF9 (or 0x554EF9) is unknown color: approx Neon Blue. HEX triplet: 55, 4E and F9. RGB value is (85,78,249). Sum of RGB (Red+Green+Blue) = 85+78+249=412 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.63% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #554EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #554EF9 is #AAB106. Grayscale: #626262. Windows color (decimal): -11186439 or 16338517. OLE color: 16338517.

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

Color convert

RGB8578249-
CMYK0.660.6900.02
HSL242.46º93.44%64.12%-
HSV(B)242.46º68.67%97.65%-
XYZ23.5714.2291.12-
YUV99.59212.32117.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.63%
GREEN value IS 78 (30.86% from 255) = 18.93%
BLUE value IS 249 (97.66% from 255) = 60.44%
R=20.63%
G=18.93%
B=60.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal85782490.660.6900.02242.4693.4464.12
Hex554EF9424502f25d40
Octal12511637110210502362135100
Binary1010101100111011111001100001010001010101111001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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