#5540F4

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

Shades of Neon Blue #5540F4

Tints of Neon Blue #5540F4

Color information

#5540F4 (or 0x5540F4) is unknown color: approx Neon Blue. HEX triplet: 55, 40 and F4. RGB value is (85,64,244). Sum of RGB (Red+Green+Blue) = 85+64+244=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 244 (95.70% from 255 or 62.09% from 393); Max value from RGB is 244 - color contains mainly: blue. Hex color #5540F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5540F4 is #AABF0B. Grayscale: #5A5A5A. Windows color (decimal): -11190028 or 16007253. OLE color: 16007253.

HSL color Cylindrical-coordinate representation of color #5540F4: hue angle of 247º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5540F4 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8564244-
CMYK0.650.7400.04
HSL247º89.11%60.39%-
HSV(B)247º73.77%95.69%-
XYZ21.9112.1386.77-
YUV90.8214.46123.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 244 (95.70% from 255) = 62.09%
R=21.63%
G=16.28%
B=62.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal85642440.650.7400.0424789.1160.39
Hex5540F4414A04f7593c
Octal1251003641011120436713174
Binary1010101100000011110100100000110010100100111101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5540F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5540F4; }

 p { color: rgb(85,64,244); }

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

<style>
 a { background-color: #5540F4; }

 a { background-color: rgb(85,64,244); }

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

<style>
 span { border-color: #5540F4; }

 span { border-color: rgb(85,64,244); }

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