Html Css Color HEX #5051FA Neon Blue

📋 copy color: '#5051FA'

red 80 ◦ green 81 ◦ blue 250

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

Shades of Neon Blue #5051FA

Tints of Neon Blue #5051FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.83%

R = 19.46%
G = 19.71%
B = 60.83%

CMYK

 C value IS 0.68

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5051FA (or 0x5051FA) is known color: Neon Blue. HEX triplet: 50, 51 and FA. RGB value is (80,81,250). Sum of RGB (Red+Green+Blue) = 80+81+250=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #5051FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5051FA is #AFAE05. Grayscale: #636363. Windows color (decimal): -11513350 or 16404816. OLE color: 16404816.

HSL color Cylindrical-coordinate representation of color #5051FA: hue angle of 239.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5051FA is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 81 250 -
CMYK 0.68 0.68 0 0.02
HSL 239.65º 0.94% 0.65% -
HSV(B) 239.65º 0.68% 0.98% -
XYZ 23.51 14.49 92 -
YUV 99.97 212.67 113.76 -
System Red Green Blue C M Y K H S L
Decimal 80 81 250 0.68 0.68 0 0.02 239.65 0.94 0.65
Hex 50 51 FA 44 44 0 2 F0 5E 41
Octal 120 121 372 104 104 0 2 360 136 101
Binary 1010000 1010001 11111010 1000100 1000100 0 10 11110000 1011110 1000001

Color Harmonies of #5051FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051FA

Black with #5051FA

Text Example


Text Example

White with #5051FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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