Html Css Color HEX #513BFD Neon Blue

📋 copy color: '#513BFD'

red 81 ◦ green 59 ◦ blue 253

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

Shades of Neon Blue #513BFD

Tints of Neon Blue #513BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 20.61%
G = 15.01%
B = 64.38%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#513BFD (or 0x513BFD) is known color: Neon Blue. HEX triplet: 51, 3B and FD. RGB value is (81,59,253). Sum of RGB (Red+Green+Blue) = 81+59+253=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #513BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513BFD is #AEC402. Grayscale: #565656. Windows color (decimal): -11453443 or 16595793. OLE color: 16595793.

HSL color Cylindrical-coordinate representation of color #513BFD: hue angle of 246.8º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513BFD is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 59 253 -
CMYK 0.68 0.77 0 0.01
HSL 246.8º 0.98% 0.61% -
HSV(B) 246.8º 0.77% 0.99% -
XYZ 22.69 11.97 94.04 -
YUV 87.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 81 59 253 0.68 0.77 0 0.01 246.8 0.98 0.61
Hex 51 3B FD 44 4D 0 1 F7 62 3D
Octal 121 73 375 104 115 0 1 367 142 75
Binary 1010001 111011 11111101 1000100 1001101 0 1 11110111 1100010 111101

Color Harmonies of #513BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BFD

Black with #513BFD

Text Example


Text Example

White with #513BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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