Html Css Color HEX #5148E0 Neon Blue

📋 copy color: '#5148E0'

red 81 ◦ green 72 ◦ blue 224

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

Shades of Neon Blue #5148E0

Tints of Neon Blue #5148E0

RGB

 RED value IS 81 (32.03% from 255) = 21.49%

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

 BLUE value IS 224 (87.89% from 255) = 59.42%

R = 21.49%
G = 19.1%
B = 59.42%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5148E0 (or 0x5148E0) is known color: Neon Blue. HEX triplet: 51, 48 and E0. RGB value is (81,72,224). Sum of RGB (Red+Green+Blue) = 81+72+224=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 224 (87.89% from 255 or 59.42% from 377); Max value from RGB is 224 - color contains mainly: blue. Hex color #5148E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5148E0 is #AEB71F. Grayscale: #5B5B5B. Windows color (decimal): -11450144 or 14698577. OLE color: 14698577.

HSL color Cylindrical-coordinate representation of color #5148E0: hue angle of 243.55º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5148E0 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 72 224 -
CMYK 0.64 0.68 0 0.12
HSL 243.55º 0.71% 0.58% -
HSV(B) 243.55º 0.68% 0.88% -
XYZ 19.17 11.77 71.78 -
YUV 92.02 202.48 120.14 -
System Red Green Blue C M Y K H S L
Decimal 81 72 224 0.64 0.68 0 0.12 243.55 0.71 0.58
Hex 51 48 E0 40 44 0 C F4 47 3A
Octal 121 110 340 100 104 0 14 364 107 72
Binary 1010001 1001000 11100000 1000000 1000100 0 1100 11110100 1000111 111010

Color Harmonies of #5148E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5148E0

Black with #5148E0

Text Example


Text Example

White with #5148E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5148E0; }

 p { color: rgb(81,72,224); }

 H1.HeaderClassName
 {
   color: #5148E0;
 }
 .AnyTagClassName
 {
   color: #5148E0;
 }
</style>

background-color css

<style>
 a { background-color: #5148E0; }

 a { background-color: rgb(81,72,224); }

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

border-color css

<style>
 span { border-color: #5148E0; }

 span { border-color: rgb(81,72,224); }

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