#5536FD

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

Shades of Neon Blue #5536FD

Tints of Neon Blue #5536FD

Color information

#5536FD (or 0x5536FD) is unknown color: approx Neon Blue. HEX triplet: 55, 36 and FD. RGB value is (85,54,253). Sum of RGB (Red+Green+Blue) = 85+54+253=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 253 (99.22% from 255 or 64.54% from 392); Max value from RGB is 253 - color contains mainly: blue. Hex color #5536FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536FD is #AAC902. Grayscale: #555555. Windows color (decimal): -11192579 or 16594517. OLE color: 16594517.

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

Color convert

RGB8554253-
CMYK0.660.7900.01
HSL249.35º98.03%60.2%-
HSV(B)249.35º78.66%99.22%-
XYZ22.811.6693.98-
YUV85.96222.27127.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.68%
GREEN value IS 54 (21.48% from 255) = 13.78%
BLUE value IS 253 (99.22% from 255) = 64.54%
R=21.68%
G=13.78%
B=64.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85542530.660.7900.01249.3598.0360.2
Hex5536FD424F01f9623c
Octal125663751021170137114274
Binary1010101110110111111011000010100111101111110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5536FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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