Html Css Color HEX #5059ED Neon Blue

📋 copy color: '#5059ED'

red 80 ◦ green 89 ◦ blue 237

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

Shades of Neon Blue #5059ED

Tints of Neon Blue #5059ED

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

 BLUE value IS 237 (92.97% from 255) = 58.37%

R = 19.7%
G = 21.92%
B = 58.37%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5059ED (or 0x5059ED) is known color: Neon Blue. HEX triplet: 50, 59 and ED. RGB value is (80,89,237). Sum of RGB (Red+Green+Blue) = 80+89+237=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #5059ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5059ED is #AFA612. Grayscale: #666666. Windows color (decimal): -11511315 or 15554896. OLE color: 15554896.

HSL color Cylindrical-coordinate representation of color #5059ED: hue angle of 236.56º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5059ED is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 89 237 -
CMYK 0.66 0.62 0 0.07
HSL 236.56º 0.81% 0.62% -
HSV(B) 236.56º 0.66% 0.93% -
XYZ 22.17 14.96 81.84 -
YUV 103.18 203.52 111.47 -
System Red Green Blue C M Y K H S L
Decimal 80 89 237 0.66 0.62 0 0.07 236.56 0.81 0.62
Hex 50 59 ED 42 3E 0 7 ED 51 3E
Octal 120 131 355 102 76 0 7 355 121 76
Binary 1010000 1011001 11101101 1000010 111110 0 111 11101101 1010001 111110

Color Harmonies of #5059ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5059ED

Black with #5059ED

Text Example


Text Example

White with #5059ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5059ED; }

 p { color: rgb(80,89,237); }

 H1.HeaderClassName
 {
   color: #5059ED;
 }
 .AnyTagClassName
 {
   color: #5059ED;
 }
</style>

background-color css

<style>
 a { background-color: #5059ED; }

 a { background-color: rgb(80,89,237); }

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

border-color css

<style>
 span { border-color: #5059ED; }

 span { border-color: rgb(80,89,237); }

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