Html Css Color HEX #5149EF Neon Blue

📋 copy color: '#5149EF'

red 81 ◦ green 73 ◦ blue 239

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

Shades of Neon Blue #5149EF

Tints of Neon Blue #5149EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.58%

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

R = 20.61%
G = 18.58%
B = 60.81%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5149EF (or 0x5149EF) is known color: Neon Blue. HEX triplet: 51, 49 and EF. RGB value is (81,73,239). Sum of RGB (Red+Green+Blue) = 81+73+239=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 73 (28.91% from 255 or 18.58% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #5149EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5149EF is #AEB610. Grayscale: #5D5D5D. Windows color (decimal): -11449873 or 15681873. OLE color: 15681873.

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

Color convert

RGB 81 73 239 -
CMYK 0.66 0.69 0 0.06
HSL 242.89º 0.84% 0.61% -
HSV(B) 242.89º 0.69% 0.94% -
XYZ 21.36 12.75 83 -
YUV 94.32 209.65 118.5 -
System Red Green Blue C M Y K H S L
Decimal 81 73 239 0.66 0.69 0 0.06 242.89 0.84 0.61
Hex 51 49 EF 42 45 0 6 F3 54 3D
Octal 121 111 357 102 105 0 6 363 124 75
Binary 1010001 1001001 11101111 1000010 1000101 0 110 11110011 1010100 111101

Color Harmonies of #5149EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5149EF

Black with #5149EF

Text Example


Text Example

White with #5149EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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