Html Css Color HEX #5149DF Neon Blue

📋 copy color: '#5149DF'

red 81 ◦ green 73 ◦ blue 223

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

Shades of Neon Blue #5149DF

Tints of Neon Blue #5149DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 21.49%
G = 19.36%
B = 59.15%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5149DF (or 0x5149DF) is known color: Neon Blue. HEX triplet: 51, 49 and DF. RGB value is (81,73,223). Sum of RGB (Red+Green+Blue) = 81+73+223=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #5149DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149DF is #AEB620. Grayscale: #5B5B5B. Windows color (decimal): -11449889 or 14633297. OLE color: 14633297.

HSL color Cylindrical-coordinate representation of color #5149DF: hue angle of 243.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5149DF is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 73 223 -
CMYK 0.64 0.67 0 0.13
HSL 243.2º 0.7% 0.58% -
HSV(B) 243.2º 0.67% 0.87% -
XYZ 19.1 11.84 71.09 -
YUV 92.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 81 73 223 0.64 0.67 0 0.13 243.2 0.7 0.58
Hex 51 49 DF 40 43 0 D F3 46 3A
Octal 121 111 337 100 103 0 15 363 106 72
Binary 1010001 1001001 11011111 1000000 1000011 0 1101 11110011 1000110 111010

Color Harmonies of #5149DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5149DF

Black with #5149DF

Text Example


Text Example

White with #5149DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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