#5445ED

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

Shades of Neon Blue #5445ED

Tints of Neon Blue #5445ED

Color information

#5445ED (or 0x5445ED) is unknown color: approx Neon Blue. HEX triplet: 54, 45 and ED. RGB value is (84,69,237). Sum of RGB (Red+Green+Blue) = 84+69+237=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #5445ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5445ED is #ABBA12. Grayscale: #5B5B5B. Windows color (decimal): -11254291 or 15549780. OLE color: 15549780.

HSL color Cylindrical-coordinate representation of color #5445ED: hue angle of 245.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5445ED is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB8469237-
CMYK0.650.7100.07
HSL245.36º82.35%60%-
HSV(B)245.36º70.89%92.94%-
XYZ21.0712.2681.38-
YUV92.64209.47121.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 69 (27.34% from 255) = 17.69%
BLUE value IS 237 (92.97% from 255) = 60.77%
R=21.54%
G=17.69%
B=60.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal84692370.650.7100.07245.3682.3560
Hex5445ED414707f5523c
Octal1241053551011070736512274
Binary1010100100010111101101100000110001110111111101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5445ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5445ED; }

 p { color: rgb(84,69,237); }

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

<style>
 a { background-color: #5445ED; }

 a { background-color: rgb(84,69,237); }

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

<style>
 span { border-color: #5445ED; }

 span { border-color: rgb(84,69,237); }

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