Html Css Color HEX #5148ED Neon Blue

📋 copy color: '#5148ED'

red 81 ◦ green 72 ◦ blue 237

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

Shades of Neon Blue #5148ED

Tints of Neon Blue #5148ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 20.77%
G = 18.46%
B = 60.77%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5148ED (or 0x5148ED) is known color: Neon Blue. HEX triplet: 51, 48 and ED. RGB value is (81,72,237). Sum of RGB (Red+Green+Blue) = 81+72+237=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #5148ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5148ED is #AEB712. Grayscale: #5C5C5C. Windows color (decimal): -11450131 or 15550545. OLE color: 15550545.

HSL color Cylindrical-coordinate representation of color #5148ED: hue angle of 243.27º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5148ED is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 72 237 -
CMYK 0.66 0.70 0 0.07
HSL 243.27º 0.82% 0.61% -
HSV(B) 243.27º 0.7% 0.93% -
XYZ 21 12.5 81.43 -
YUV 93.5 208.98 119.08 -
System Red Green Blue C M Y K H S L
Decimal 81 72 237 0.66 0.70 0 0.07 243.27 0.82 0.61
Hex 51 48 ED 42 46 0 7 F3 52 3D
Octal 121 110 355 102 106 0 7 363 122 75
Binary 1010001 1001000 11101101 1000010 1000110 0 111 11110011 1010010 111101

Color Harmonies of #5148ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5148ED

Black with #5148ED

Text Example


Text Example

White with #5148ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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