Html Css Color HEX #513FDC Neon Blue

📋 copy color: '#513FDC'

red 81 ◦ green 63 ◦ blue 220

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

Shades of Neon Blue #513FDC

Tints of Neon Blue #513FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

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

R = 22.25%
G = 17.31%
B = 60.44%

CMYK

 C value IS 0.63

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#513FDC (or 0x513FDC) is known color: Neon Blue. HEX triplet: 51, 3F and DC. RGB value is (81,63,220). Sum of RGB (Red+Green+Blue) = 81+63+220=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #513FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FDC is #AEC023. Grayscale: #555555. Windows color (decimal): -11452452 or 14434129. OLE color: 14434129.

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

Color convert

RGB 81 63 220 -
CMYK 0.63 0.71 0 0.14
HSL 246.88º 0.69% 0.55% -
HSV(B) 246.88º 0.71% 0.86% -
XYZ 18.09 10.47 68.78 -
YUV 86.28 203.46 124.23 -
System Red Green Blue C M Y K H S L
Decimal 81 63 220 0.63 0.71 0 0.14 246.88 0.69 0.55
Hex 51 3F DC 3F 47 0 E F7 45 37
Octal 121 77 334 77 107 0 16 367 105 67
Binary 1010001 111111 11011100 111111 1000111 0 1110 11110111 1000101 110111

Color Harmonies of #513FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513FDC

Black with #513FDC

Text Example


Text Example

White with #513FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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