Html Css Color HEX #5051EF Neon Blue

📋 copy color: '#5051EF'

red 80 ◦ green 81 ◦ blue 239

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

Shades of Neon Blue #5051EF

Tints of Neon Blue #5051EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.75%

R = 20%
G = 20.25%
B = 59.75%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5051EF (or 0x5051EF) is known color: Neon Blue. HEX triplet: 50, 51 and EF. RGB value is (80,81,239). Sum of RGB (Red+Green+Blue) = 80+81+239=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 239 (93.75% from 255 or 59.75% from 400); Max value from RGB is 239 - color contains mainly: blue. Hex color #5051EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5051EF is #AFAE10. Grayscale: #626262. Windows color (decimal): -11513361 or 15683920. OLE color: 15683920.

HSL color Cylindrical-coordinate representation of color #5051EF: hue angle of 239.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5051EF is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 81 239 -
CMYK 0.67 0.66 0 0.06
HSL 239.62º 0.83% 0.63% -
HSV(B) 239.62º 0.67% 0.94% -
XYZ 21.83 13.82 83.18 -
YUV 98.71 207.17 114.65 -
System Red Green Blue C M Y K H S L
Decimal 80 81 239 0.67 0.66 0 0.06 239.62 0.83 0.63
Hex 50 51 EF 43 42 0 6 F0 53 3F
Octal 120 121 357 103 102 0 6 360 123 77
Binary 1010000 1010001 11101111 1000011 1000010 0 110 11110000 1010011 111111

Color Harmonies of #5051EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051EF

Black with #5051EF

Text Example


Text Example

White with #5051EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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