Html Css Color HEX #5059FF Neon Blue

📋 copy color: '#5059FF'

red 80 ◦ green 89 ◦ blue 255

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

Shades of Neon Blue #5059FF

Tints of Neon Blue #5059FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.14%

R = 18.87%
G = 20.99%
B = 60.14%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5059FF (or 0x5059FF) is known color: Neon Blue. HEX triplet: 50, 59 and FF. RGB value is (80,89,255). Sum of RGB (Red+Green+Blue) = 80+89+255=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #5059FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5059FF is #AFA600. Grayscale: #686868. Windows color (decimal): -11511297 or 16734544. OLE color: 16734544.

HSL color Cylindrical-coordinate representation of color #5059FF: hue angle of 236.91º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5059FF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 89 255 -
CMYK 0.69 0.65 0 0
HSL 236.91º 1% 0.66% -
HSV(B) 236.91º 0.69% 1% -
XYZ 24.93 16.07 96.4 -
YUV 105.23 212.52 110 -
System Red Green Blue C M Y K H S L
Decimal 80 89 255 0.69 0.65 0 0 236.91 1 0.66
Hex 50 59 FF 45 41 0 0 ED 64 42
Octal 120 131 377 105 101 0 0 355 144 102
Binary 1010000 1011001 11111111 1000101 1000001 0 0 11101101 1100100 1000010

Color Harmonies of #5059FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5059FF

Black with #5059FF

Text Example


Text Example

White with #5059FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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