#5450FA

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

Shades of Neon Blue #5450FA

Tints of Neon Blue #5450FA

Color information

#5450FA (or 0x5450FA) is unknown color: approx Neon Blue. HEX triplet: 54, 50 and FA. RGB value is (84,80,250). Sum of RGB (Red+Green+Blue) = 84+80+250=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #5450FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5450FA is #ABAF05. Grayscale: #636363. Windows color (decimal): -11251462 or 16404564. OLE color: 16404564.

HSL color Cylindrical-coordinate representation of color #5450FA: hue angle of 241.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5450FA is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB8480250-
CMYK0.660.6800.02
HSL241.41º94.44%64.71%-
HSV(B)241.41º68%98.04%-
XYZ23.7814.5291.99-
YUV100.58212.33116.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.29%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=20.29%
G=19.32%
B=60.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal84802500.660.6800.02241.4194.4464.71
Hex5450FA424402f15e41
Octal12412037210210402361136101
Binary1010100101000011111010100001010001000101111000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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