Html Css Color HEX #513DDC Neon Blue

📋 copy color: '#513DDC'

red 81 ◦ green 61 ◦ blue 220

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

Shades of Neon Blue #513DDC

Tints of Neon Blue #513DDC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

 BLUE value IS 220 (86.33% from 255) = 60.77%

R = 22.38%
G = 16.85%
B = 60.77%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#513DDC (or 0x513DDC) is known color: Neon Blue. HEX triplet: 51, 3D and DC. RGB value is (81,61,220). Sum of RGB (Red+Green+Blue) = 81+61+220=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #513DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DDC is #AEC223. Grayscale: #545454. Windows color (decimal): -11452964 or 14433617. OLE color: 14433617.

HSL color Cylindrical-coordinate representation of color #513DDC: hue angle of 247.55º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513DDC is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 61 220 -
CMYK 0.63 0.72 0 0.14
HSL 247.55º 0.69% 0.55% -
HSV(B) 247.55º 0.72% 0.86% -
XYZ 17.98 10.25 68.74 -
YUV 85.11 204.13 125.07 -
System Red Green Blue C M Y K H S L
Decimal 81 61 220 0.63 0.72 0 0.14 247.55 0.69 0.55
Hex 51 3D DC 3F 48 0 E F8 45 37
Octal 121 75 334 77 110 0 16 370 105 67
Binary 1010001 111101 11011100 111111 1001000 0 1110 11111000 1000101 110111

Color Harmonies of #513DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513DDC

Black with #513DDC

Text Example


Text Example

White with #513DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,220); }

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

background-color css

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

 a { background-color: rgb(81,61,220); }

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

border-color css

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

 span { border-color: rgb(81,61,220); }

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