#554CFC

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

Shades of Neon Blue #554CFC

Tints of Neon Blue #554CFC

Color information

#554CFC (or 0x554CFC) is unknown color: approx Neon Blue. HEX triplet: 55, 4C and FC. RGB value is (85,76,252). Sum of RGB (Red+Green+Blue) = 85+76+252=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 252 (98.83% from 255 or 61.02% from 413); Max value from RGB is 252 - color contains mainly: blue. Hex color #554CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #554CFC is #AAB303. Grayscale: #626262. Windows color (decimal): -11186948 or 16534613. OLE color: 16534613.

HSL color Cylindrical-coordinate representation of color #554CFC: hue angle of 243.07º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #554CFC is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8576252-
CMYK0.660.7000.01
HSL243.07º96.7%64.31%-
HSV(B)243.07º69.84%98.82%-
XYZ23.914.1393.56-
YUV98.76214.48118.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.58%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 252 (98.83% from 255) = 61.02%
R=20.58%
G=18.40%
B=61.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85762520.660.7000.01243.0796.764.31
Hex554CFC424601f36140
Octal12511437410210601363141100
Binary101010110011001111110010000101000110011111001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,76,252); }

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

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

 a { background-color: rgb(85,76,252); }

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

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

 span { border-color: rgb(85,76,252); }

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