Html Css Color HEX #5048FF Neon Blue

📋 copy color: '#5048FF'

red 80 ◦ green 72 ◦ blue 255

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

Shades of Neon Blue #5048FF

Tints of Neon Blue #5048FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 62.65%

R = 19.66%
G = 17.69%
B = 62.65%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5048FF (or 0x5048FF) is known color: Neon Blue. HEX triplet: 50, 48 and FF. RGB value is (80,72,255). Sum of RGB (Red+Green+Blue) = 80+72+255=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #5048FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5048FF is #AFB700. Grayscale: #5E5E5E. Windows color (decimal): -11515649 or 16730192. OLE color: 16730192.

HSL color Cylindrical-coordinate representation of color #5048FF: hue angle of 242.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5048FF is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 72 255 -
CMYK 0.69 0.72 0 0
HSL 242.62º 1% 0.64% -
HSV(B) 242.62º 0.72% 1% -
XYZ 23.68 13.56 95.98 -
YUV 95.25 218.15 117.12 -
System Red Green Blue C M Y K H S L
Decimal 80 72 255 0.69 0.72 0 0 242.62 1 0.64
Hex 50 48 FF 45 48 0 0 F3 64 40
Octal 120 110 377 105 110 0 0 363 144 100
Binary 1010000 1001000 11111111 1000101 1001000 0 0 11110011 1100100 1000000

Color Harmonies of #5048FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048FF

Black with #5048FF

Text Example


Text Example

White with #5048FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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