Html Css Color HEX #5537FD Neon Blue

📋 copy color: '#5537FD'

red 85 ◦ green 55 ◦ blue 253

#5537FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5537FD

Tints of Neon Blue #5537FD

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 value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5537FD (or 0x5537FD) is known color: 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

RGB 85 55 253 -
CMYK 0.66 0.78 0 0.01
HSL 249.09º 0.98% 0.6% -
HSV(B) 249.09º 0.78% 0.99% -
XYZ 22.84 11.76 93.99 -
YUV 86.54 221.94 126.9 -
System Red Green Blue C M Y K H S L
Decimal 85 55 253 0.66 0.78 0 0.01 249.09 0.98 0.6
Hex 55 37 FD 42 4E 0 1 F9 62 3C
Octal 125 67 375 102 116 0 1 371 142 74
Binary 1010101 110111 11111101 1000010 1001110 0 1 11111001 1100010 111100

Color Harmonies of #5537FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5537FD

Black with #5537FD

Text Example


Text Example

White with #5537FD

Text Example


Text Example

HTML Codes & Css Web 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>