Html Css Color HEX #513EDE Neon Blue

📋 copy color: '#513EDE'

red 81 ◦ green 62 ◦ blue 222

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

Shades of Neon Blue #513EDE

Tints of Neon Blue #513EDE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

 BLUE value IS 222 (87.11% from 255) = 60.82%

R = 22.19%
G = 16.99%
B = 60.82%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#513EDE (or 0x513EDE) is known color: Neon Blue. HEX triplet: 51, 3E and DE. RGB value is (81,62,222). Sum of RGB (Red+Green+Blue) = 81+62+222=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #513EDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EDE is #AEC121. Grayscale: #555555. Windows color (decimal): -11452706 or 14564945. OLE color: 14564945.

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

Color convert

RGB 81 62 222 -
CMYK 0.64 0.72 0 0.13
HSL 247.13º 0.71% 0.56% -
HSV(B) 247.13º 0.72% 0.87% -
XYZ 18.3 10.47 70.16 -
YUV 85.92 204.79 124.49 -
System Red Green Blue C M Y K H S L
Decimal 81 62 222 0.64 0.72 0 0.13 247.13 0.71 0.56
Hex 51 3E DE 40 48 0 D F7 47 38
Octal 121 76 336 100 110 0 15 367 107 70
Binary 1010001 111110 11011110 1000000 1001000 0 1101 11110111 1000111 111000

Color Harmonies of #513EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513EDE

Black with #513EDE

Text Example


Text Example

White with #513EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513EDE; }

 p { color: rgb(81,62,222); }

 H1.HeaderClassName
 {
   color: #513EDE;
 }
 .AnyTagClassName
 {
   color: #513EDE;
 }
</style>

background-color css

<style>
 a { background-color: #513EDE; }

 a { background-color: rgb(81,62,222); }

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

border-color css

<style>
 span { border-color: #513EDE; }

 span { border-color: rgb(81,62,222); }

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