Html Css Color HEX #513AFF Neon Blue

📋 copy color: '#513AFF'

red 81 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #513AFF

Tints of Neon Blue #513AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

 BLUE value IS 255 (100% from 255) = 64.72%

R = 20.56%
G = 14.72%
B = 64.72%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#513AFF (or 0x513AFF) is known color: Neon Blue. HEX triplet: 51, 3A and FF. RGB value is (81,58,255). Sum of RGB (Red+Green+Blue) = 81+58+255=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #513AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513AFF is #AEC500. Grayscale: #565656. Windows color (decimal): -11453697 or 16726609. OLE color: 16726609.

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

Color convert

RGB 81 58 255 -
CMYK 0.68 0.77 0 0
HSL 247.01º 1% 0.61% -
HSV(B) 247.01º 0.77% 1% -
XYZ 22.96 12 95.71 -
YUV 87.34 222.62 123.48 -
System Red Green Blue C M Y K H S L
Decimal 81 58 255 0.68 0.77 0 0 247.01 1 0.61
Hex 51 3A FF 44 4D 0 0 F7 64 3D
Octal 121 72 377 104 115 0 0 367 144 75
Binary 1010001 111010 11111111 1000100 1001101 0 0 11110111 1100100 111101

Color Harmonies of #513AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513AFF

Black with #513AFF

Text Example


Text Example

White with #513AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,58,255); }

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

background-color css

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

 a { background-color: rgb(81,58,255); }

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

border-color css

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

 span { border-color: rgb(81,58,255); }

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