Html Css Color HEX #5051EA Neon Blue

📋 copy color: '#5051EA'

red 80 ◦ green 81 ◦ blue 234

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

Shades of Neon Blue #5051EA

Tints of Neon Blue #5051EA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.51%

 BLUE value IS 234 (91.8% from 255) = 59.24%

R = 20.25%
G = 20.51%
B = 59.24%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5051EA (or 0x5051EA) is known color: Neon Blue. HEX triplet: 50, 51 and EA. RGB value is (80,81,234). Sum of RGB (Red+Green+Blue) = 80+81+234=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #5051EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5051EA is #AFAE15. Grayscale: #616161. Windows color (decimal): -11513366 or 15356240. OLE color: 15356240.

HSL color Cylindrical-coordinate representation of color #5051EA: hue angle of 239.61º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5051EA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 81 234 -
CMYK 0.66 0.65 0 0.08
HSL 239.61º 0.79% 0.62% -
HSV(B) 239.61º 0.66% 0.92% -
XYZ 21.1 13.53 79.34 -
YUV 98.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 80 81 234 0.66 0.65 0 0.08 239.61 0.79 0.62
Hex 50 51 EA 42 41 0 8 F0 4F 3E
Octal 120 121 352 102 101 0 10 360 117 76
Binary 1010000 1010001 11101010 1000010 1000001 0 1000 11110000 1001111 111110

Color Harmonies of #5051EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051EA

Black with #5051EA

Text Example


Text Example

White with #5051EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5051EA; }

 p { color: rgb(80,81,234); }

 H1.HeaderClassName
 {
   color: #5051EA;
 }
 .AnyTagClassName
 {
   color: #5051EA;
 }
</style>

background-color css

<style>
 a { background-color: #5051EA; }

 a { background-color: rgb(80,81,234); }

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

border-color css

<style>
 span { border-color: #5051EA; }

 span { border-color: rgb(80,81,234); }

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