Html Css Color HEX #513BDF Neon Blue

📋 copy color: '#513BDF'

red 81 ◦ green 59 ◦ blue 223

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

Shades of Neon Blue #513BDF

Tints of Neon Blue #513BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.25%

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

R = 22.31%
G = 16.25%
B = 61.43%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#513BDF (or 0x513BDF) is known color: Neon Blue. HEX triplet: 51, 3B and DF. RGB value is (81,59,223). Sum of RGB (Red+Green+Blue) = 81+59+223=363 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.31% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #513BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BDF is #AEC420. Grayscale: #535353. Windows color (decimal): -11453473 or 14629713. OLE color: 14629713.

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

Color convert

RGB 81 59 223 -
CMYK 0.64 0.74 0 0.13
HSL 248.05º 0.72% 0.55% -
HSV(B) 248.05º 0.74% 0.87% -
XYZ 18.28 10.2 70.82 -
YUV 84.27 206.29 125.66 -
System Red Green Blue C M Y K H S L
Decimal 81 59 223 0.64 0.74 0 0.13 248.05 0.72 0.55
Hex 51 3B DF 40 4A 0 D F8 48 37
Octal 121 73 337 100 112 0 15 370 110 67
Binary 1010001 111011 11011111 1000000 1001010 0 1101 11111000 1001000 110111

Color Harmonies of #513BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BDF

Black with #513BDF

Text Example


Text Example

White with #513BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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