Html Css Color HEX #5537FC Neon Blue

📋 copy color: '#5537FC'

red 85 ◦ green 55 ◦ blue 252

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

Shades of Neon Blue #5537FC

Tints of Neon Blue #5537FC

RGB

 RED value IS 85 (33.59% from 255) = 21.68%

 GREEN value IS 55 (21.88% from 255) = 14.03%

 BLUE value IS 252 (98.83% from 255) = 64.29%

R = 21.68%
G = 14.03%
B = 64.29%

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

#5537FC (or 0x5537FC) is known color: Neon Blue. HEX triplet: 55, 37 and FC. RGB value is (85,55,252). Sum of RGB (Red+Green+Blue) = 85+55+252=392 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.68% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #5537FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5537FC is #AAC803. Grayscale: #555555. Windows color (decimal): -11192324 or 16529237. OLE color: 16529237.

HSL color Cylindrical-coordinate representation of color #5537FC: hue angle of 249.14º degrees, saturation: 0.97, 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 #5537FC is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 55 252 -
CMYK 0.66 0.78 0 0.01
HSL 249.14º 0.97% 0.6% -
HSV(B) 249.14º 0.78% 0.99% -
XYZ 22.68 11.69 93.16 -
YUV 86.43 221.44 126.98 -
System Red Green Blue C M Y K H S L
Decimal 85 55 252 0.66 0.78 0 0.01 249.14 0.97 0.6
Hex 55 37 FC 42 4E 0 1 F9 61 3C
Octal 125 67 374 102 116 0 1 371 141 74
Binary 1010101 110111 11111100 1000010 1001110 0 1 11111001 1100001 111100

Color Harmonies of #5537FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5537FC

Black with #5537FC

Text Example


Text Example

White with #5537FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5537FC;
 }
 .AnyTagClassName
 {
   color: #5537FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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