Html Css Color HEX #5140DF Neon Blue

📋 copy color: '#5140DF'

red 81 ◦ green 64 ◦ blue 223

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

Shades of Neon Blue #5140DF

Tints of Neon Blue #5140DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

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

R = 22.01%
G = 17.39%
B = 60.6%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5140DF (or 0x5140DF) is known color: Neon Blue. HEX triplet: 51, 40 and DF. RGB value is (81,64,223). Sum of RGB (Red+Green+Blue) = 81+64+223=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #5140DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140DF is #AEBF20. Grayscale: #565656. Windows color (decimal): -11452193 or 14630993. OLE color: 14630993.

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

Color convert

RGB 81 64 223 -
CMYK 0.64 0.71 0 0.13
HSL 246.42º 0.71% 0.56% -
HSV(B) 246.42º 0.71% 0.87% -
XYZ 18.55 10.74 70.91 -
YUV 87.21 204.63 123.57 -
System Red Green Blue C M Y K H S L
Decimal 81 64 223 0.64 0.71 0 0.13 246.42 0.71 0.56
Hex 51 40 DF 40 47 0 D F6 47 38
Octal 121 100 337 100 107 0 15 366 107 70
Binary 1010001 1000000 11011111 1000000 1000111 0 1101 11110110 1000111 111000

Color Harmonies of #5140DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140DF

Black with #5140DF

Text Example


Text Example

White with #5140DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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