Html Css Color HEX #5051DF Neon Blue

📋 copy color: '#5051DF'

red 80 ◦ green 81 ◦ blue 223

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

Shades of Neon Blue #5051DF

Tints of Neon Blue #5051DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.07%

R = 20.83%
G = 21.09%
B = 58.07%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5051DF (or 0x5051DF) is known color: Neon Blue. HEX triplet: 50, 51 and DF. RGB value is (80,81,223). Sum of RGB (Red+Green+Blue) = 80+81+223=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #5051DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051DF is #AFAE20. Grayscale: #606060. Windows color (decimal): -11513377 or 14635344. OLE color: 14635344.

HSL color Cylindrical-coordinate representation of color #5051DF: hue angle of 239.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5051DF is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 81 223 -
CMYK 0.64 0.64 0 0.13
HSL 239.58º 0.69% 0.59% -
HSV(B) 239.58º 0.64% 0.87% -
XYZ 19.57 12.92 71.27 -
YUV 96.89 199.17 115.95 -
System Red Green Blue C M Y K H S L
Decimal 80 81 223 0.64 0.64 0 0.13 239.58 0.69 0.59
Hex 50 51 DF 40 40 0 D F0 45 3B
Octal 120 121 337 100 100 0 15 360 105 73
Binary 1010000 1010001 11011111 1000000 1000000 0 1101 11110000 1000101 111011

Color Harmonies of #5051DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051DF

Black with #5051DF

Text Example


Text Example

White with #5051DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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