#5537FD

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

Shades of Neon Blue #5537FD

Tints of Neon Blue #5537FD

Color information

#5537FD (or 0x5537FD) is unknown color: approx Neon Blue. HEX triplet: 55, 37 and FD. RGB value is (85,55,253). Sum of RGB (Red+Green+Blue) = 85+55+253=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #5537FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5537FD is #AAC802. Grayscale: #555555. Windows color (decimal): -11192323 or 16594773. OLE color: 16594773.

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

Color convert

RGB8555253-
CMYK0.660.7800.01
HSL249.09º98.02%60.39%-
HSV(B)249.09º78.26%99.22%-
XYZ22.8411.7693.99-
YUV86.54221.94126.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.63%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 253 (99.22% from 255) = 64.38%
R=21.63%
G=13.99%
B=64.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85552530.660.7800.01249.0998.0260.39
Hex5537FD424E01f9623c
Octal125673751021160137114274
Binary1010101110111111111011000010100111001111110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5537FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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