#5436FD

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

Shades of Neon Blue #5436FD

Tints of Neon Blue #5436FD

Color information

#5436FD (or 0x5436FD) is unknown color: approx Neon Blue. HEX triplet: 54, 36 and FD. RGB value is (84,54,253). Sum of RGB (Red+Green+Blue) = 84+54+253=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #5436FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5436FD is #ABC902. Grayscale: #545454. Windows color (decimal): -11258115 or 16594516. OLE color: 16594516.

HSL color Cylindrical-coordinate representation of color #5436FD: hue angle of 249.05º 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 #5436FD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8454253-
CMYK0.670.7900.01
HSL249.05º98.03%60.2%-
HSV(B)249.05º78.66%99.22%-
XYZ22.711.6293.97-
YUV85.66222.44126.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.48%
GREEN value IS 54 (21.48% from 255) = 13.81%
BLUE value IS 253 (99.22% from 255) = 64.71%
R=21.48%
G=13.81%
B=64.71%

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
Decimal84542530.670.7900.01249.0598.0360.2
Hex5436FD434F01f9623c
Octal124663751031170137114274
Binary1010100110110111111011000011100111101111110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5436FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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