Html Css Color HEX #5148EF Neon Blue

📋 copy color: '#5148EF'

red 81 ◦ green 72 ◦ blue 239

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

Shades of Neon Blue #5148EF

Tints of Neon Blue #5148EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.97%

R = 20.66%
G = 18.37%
B = 60.97%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5148EF (or 0x5148EF) is known color: Neon Blue. HEX triplet: 51, 48 and EF. RGB value is (81,72,239). Sum of RGB (Red+Green+Blue) = 81+72+239=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #5148EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5148EF is #AEB710. Grayscale: #5D5D5D. Windows color (decimal): -11450129 or 15681617. OLE color: 15681617.

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

Color convert

RGB 81 72 239 -
CMYK 0.66 0.70 0 0.06
HSL 243.23º 0.84% 0.61% -
HSV(B) 243.23º 0.7% 0.94% -
XYZ 21.29 12.62 82.97 -
YUV 93.73 209.98 118.92 -
System Red Green Blue C M Y K H S L
Decimal 81 72 239 0.66 0.70 0 0.06 243.23 0.84 0.61
Hex 51 48 EF 42 46 0 6 F3 54 3D
Octal 121 110 357 102 106 0 6 363 124 75
Binary 1010001 1001000 11101111 1000010 1000110 0 110 11110011 1010100 111101

Color Harmonies of #5148EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5148EF

Black with #5148EF

Text Example


Text Example

White with #5148EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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