#5450FC

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

Shades of Neon Blue #5450FC

Tints of Neon Blue #5450FC

Color information

#5450FC (or 0x5450FC) is unknown color: approx Neon Blue. HEX triplet: 54, 50 and FC. RGB value is (84,80,252). Sum of RGB (Red+Green+Blue) = 84+80+252=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #5450FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5450FC is #ABAF03. Grayscale: #646464. Windows color (decimal): -11251460 or 16535636. OLE color: 16535636.

HSL color Cylindrical-coordinate representation of color #5450FC: hue angle of 241.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5450FC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8480252-
CMYK0.670.6800.01
HSL241.4º96.63%65.1%-
HSV(B)241.4º68.25%98.82%-
XYZ24.114.6593.65-
YUV100.8213.33116.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 80 (31.64% from 255) = 19.23%
BLUE value IS 252 (98.83% from 255) = 60.58%
R=20.19%
G=19.23%
B=60.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal84802520.670.6800.01241.496.6365.1
Hex5450FC434401f16141
Octal12412037410310401361141101
Binary101010010100001111110010000111000100011111000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5450FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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