Html Css Color HEX #5051F2 Neon Blue

📋 copy color: '#5051F2'

red 80 ◦ green 81 ◦ blue 242

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

Shades of Neon Blue #5051F2

Tints of Neon Blue #5051F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 60.05%

R = 19.85%
G = 20.1%
B = 60.05%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5051F2 (or 0x5051F2) is known color: Neon Blue. HEX triplet: 50, 51 and F2. RGB value is (80,81,242). Sum of RGB (Red+Green+Blue) = 80+81+242=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #5051F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5051F2 is #AFAE0D. Grayscale: #626262. Windows color (decimal): -11513358 or 15880528. OLE color: 15880528.

HSL color Cylindrical-coordinate representation of color #5051F2: hue angle of 239.63º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5051F2 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 81 242 -
CMYK 0.67 0.67 0 0.05
HSL 239.63º 0.86% 0.63% -
HSV(B) 239.63º 0.67% 0.95% -
XYZ 22.28 14 85.53 -
YUV 99.06 208.67 114.41 -
System Red Green Blue C M Y K H S L
Decimal 80 81 242 0.67 0.67 0 0.05 239.63 0.86 0.63
Hex 50 51 F2 43 43 0 5 F0 56 3F
Octal 120 121 362 103 103 0 5 360 126 77
Binary 1010000 1010001 11110010 1000011 1000011 0 101 11110000 1010110 111111

Color Harmonies of #5051F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051F2

Black with #5051F2

Text Example


Text Example

White with #5051F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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