#5434FD

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

Shades of Neon Blue #5434FD

Tints of Neon Blue #5434FD

Color information

#5434FD (or 0x5434FD) is unknown color: approx Neon Blue. HEX triplet: 54, 34 and FD. RGB value is (84,52,253). Sum of RGB (Red+Green+Blue) = 84+52+253=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #5434FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5434FD is #ABCB02. Grayscale: #535353. Windows color (decimal): -11258627 or 16594004. OLE color: 16594004.

HSL color Cylindrical-coordinate representation of color #5434FD: hue angle of 249.55º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5434FD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8452253-
CMYK0.670.7900.01
HSL249.55º98.05%59.8%-
HSV(B)249.55º79.45%99.22%-
XYZ22.6111.4393.94-
YUV84.48223.1127.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 52 (20.70% from 255) = 13.37%
BLUE value IS 253 (99.22% from 255) = 65.04%
R=21.59%
G=13.37%
B=65.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal84522530.670.7900.01249.5598.0559.8
Hex5434FD434F01fa623c
Octal124643751031170137214274
Binary1010100110100111111011000011100111101111110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5434FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5434FD; }

 p { color: rgb(84,52,253); }

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

<style>
 a { background-color: #5434FD; }

 a { background-color: rgb(84,52,253); }

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

<style>
 span { border-color: #5434FD; }

 span { border-color: rgb(84,52,253); }

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