#5450E2

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

Shades of Neon Blue #5450E2

Tints of Neon Blue #5450E2

Color information

#5450E2 (or 0x5450E2) is unknown color: approx Neon Blue. HEX triplet: 54, 50 and E2. RGB value is (84,80,226). Sum of RGB (Red+Green+Blue) = 84+80+226=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #5450E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5450E2 is #ABAF1D. Grayscale: #616161. Windows color (decimal): -11251486 or 14831700. OLE color: 14831700.

HSL color Cylindrical-coordinate representation of color #5450E2: hue angle of 241.64º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5450E2 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB8480226-
CMYK0.630.6500.11
HSL241.64º71.57%60%-
HSV(B)241.64º64.6%88.63%-
XYZ20.2513.1173.42-
YUV97.84200.33118.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.54%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 226 (88.67% from 255) = 57.95%
R=21.54%
G=20.51%
B=57.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal84802260.630.6500.11241.6471.5760
Hex5450E23F410Bf2483c
Octal1241203427710101336211074
Binary1010100101000011100010111111100000101011111100101001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5450E2; }

 p { color: rgb(84,80,226); }

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

<style>
 a { background-color: #5450E2; }

 a { background-color: rgb(84,80,226); }

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

<style>
 span { border-color: #5450E2; }

 span { border-color: rgb(84,80,226); }

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