Html Css Color HEX #5140EB Neon Blue

📋 copy color: '#5140EB'

red 81 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #5140EB

Tints of Neon Blue #5140EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.84%

R = 21.32%
G = 16.84%
B = 61.84%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5140EB (or 0x5140EB) is known color: Neon Blue. HEX triplet: 51, 40 and EB. RGB value is (81,64,235). Sum of RGB (Red+Green+Blue) = 81+64+235=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 235 (92.19% from 255 or 61.84% from 380); Max value from RGB is 235 - color contains mainly: blue. Hex color #5140EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5140EB is #AEBF14. Grayscale: #575757. Windows color (decimal): -11452181 or 15417425. OLE color: 15417425.

HSL color Cylindrical-coordinate representation of color #5140EB: hue angle of 245.96º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5140EB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 64 235 -
CMYK 0.66 0.73 0 0.08
HSL 245.96º 0.81% 0.59% -
HSV(B) 245.96º 0.73% 0.92% -
XYZ 20.22 11.41 79.73 -
YUV 88.58 210.63 122.6 -
System Red Green Blue C M Y K H S L
Decimal 81 64 235 0.66 0.73 0 0.08 245.96 0.81 0.59
Hex 51 40 EB 42 49 0 8 F6 51 3B
Octal 121 100 353 102 111 0 10 366 121 73
Binary 1010001 1000000 11101011 1000010 1001001 0 1000 11110110 1010001 111011

Color Harmonies of #5140EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140EB

Black with #5140EB

Text Example


Text Example

White with #5140EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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