Html Css Color HEX #5048FA Neon Blue

📋 copy color: '#5048FA'

red 80 ◦ green 72 ◦ blue 250

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

Shades of Neon Blue #5048FA

Tints of Neon Blue #5048FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

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

R = 19.9%
G = 17.91%
B = 62.19%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5048FA (or 0x5048FA) is known color: Neon Blue. HEX triplet: 50, 48 and FA. RGB value is (80,72,250). Sum of RGB (Red+Green+Blue) = 80+72+250=402 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.90% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 250 (98.05% from 255 or 62.19% from 402); Max value from RGB is 250 - color contains mainly: blue. Hex color #5048FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5048FA is #AFB705. Grayscale: #5D5D5D. Windows color (decimal): -11515654 or 16402512. OLE color: 16402512.

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

Color convert

RGB 80 72 250 -
CMYK 0.68 0.71 0 0.02
HSL 242.7º 0.95% 0.63% -
HSV(B) 242.7º 0.71% 0.98% -
XYZ 22.88 13.24 91.79 -
YUV 94.68 215.65 117.53 -
System Red Green Blue C M Y K H S L
Decimal 80 72 250 0.68 0.71 0 0.02 242.7 0.95 0.63
Hex 50 48 FA 44 47 0 2 F3 5F 3F
Octal 120 110 372 104 107 0 2 363 137 77
Binary 1010000 1001000 11111010 1000100 1000111 0 10 11110011 1011111 111111

Color Harmonies of #5048FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048FA

Black with #5048FA

Text Example


Text Example

White with #5048FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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