#5447FF

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

Shades of Neon Blue #5447FF

Tints of Neon Blue #5447FF

Color information

#5447FF (or 0x5447FF) is unknown color: approx Neon Blue. HEX triplet: 54, 47 and FF. RGB value is (84,71,255). Sum of RGB (Red+Green+Blue) = 84+71+255=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #5447FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5447FF is #ABB800. Grayscale: #5F5F5F. Windows color (decimal): -11253761 or 16729940. OLE color: 16729940.

HSL color Cylindrical-coordinate representation of color #5447FF: hue angle of 244.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5447FF is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8471255-
CMYK0.670.7200
HSL244.24º100%63.92%-
HSV(B)244.24º72.16%100%-
XYZ23.9613.6195.97-
YUV95.86217.81119.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.49%
GREEN value IS 71 (28.12% from 255) = 17.32%
BLUE value IS 255 (100% from 255) = 62.20%
R=20.49%
G=17.32%
B=62.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal84712550.670.7200244.2410063.92
Hex5447FF434800f46440
Octal12410737710311000364144100
Binary101010010001111111111110000111001000001111010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5447FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5447FF; }

 p { color: rgb(84,71,255); }

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

<style>
 a { background-color: #5447FF; }

 a { background-color: rgb(84,71,255); }

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

<style>
 span { border-color: #5447FF; }

 span { border-color: rgb(84,71,255); }

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