Html Css Color HEX #5037FD Neon Blue

📋 copy color: '#5037FD'

red 80 ◦ green 55 ◦ blue 253

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

Shades of Neon Blue #5037FD

Tints of Neon Blue #5037FD

RGB

 RED value IS 80 (31.64% from 255) = 20.62%

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

 BLUE value IS 253 (99.22% from 255) = 65.21%

R = 20.62%
G = 14.18%
B = 65.21%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5037FD (or 0x5037FD) is known color: Neon Blue. HEX triplet: 50, 37 and FD. RGB value is (80,55,253). Sum of RGB (Red+Green+Blue) = 80+55+253=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 55 (21.88% from 255 or 14.18% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #5037FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5037FD is #AFC802. Grayscale: #545454. Windows color (decimal): -11520003 or 16594768. OLE color: 16594768.

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

Color convert

RGB 80 55 253 -
CMYK 0.68 0.78 0 0.01
HSL 247.58º 0.98% 0.6% -
HSV(B) 247.58º 0.78% 0.99% -
XYZ 22.4 11.53 93.97 -
YUV 85.05 222.78 124.4 -
System Red Green Blue C M Y K H S L
Decimal 80 55 253 0.68 0.78 0 0.01 247.58 0.98 0.6
Hex 50 37 FD 44 4E 0 1 F8 62 3C
Octal 120 67 375 104 116 0 1 370 142 74
Binary 1010000 110111 11111101 1000100 1001110 0 1 11111000 1100010 111100

Color Harmonies of #5037FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5037FD

Black with #5037FD

Text Example


Text Example

White with #5037FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5037FD;
 }
 .AnyTagClassName
 {
   color: #5037FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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