Html Css Color HEX #513AFC Neon Blue

📋 copy color: '#513AFC'

red 81 ◦ green 58 ◦ blue 252

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

Shades of Neon Blue #513AFC

Tints of Neon Blue #513AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 20.72%
G = 14.83%
B = 64.45%

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

#513AFC (or 0x513AFC) is known color: Neon Blue. HEX triplet: 51, 3A and FC. RGB value is (81,58,252). Sum of RGB (Red+Green+Blue) = 81+58+252=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #513AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513AFC is #AEC503. Grayscale: #565656. Windows color (decimal): -11453700 or 16530001. OLE color: 16530001.

HSL color Cylindrical-coordinate representation of color #513AFC: hue angle of 247.11º degrees, saturation: 0.97, 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 #513AFC is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 58 252 -
CMYK 0.68 0.77 0 0.01
HSL 247.11º 0.97% 0.61% -
HSV(B) 247.11º 0.77% 0.99% -
XYZ 22.48 11.8 93.19 -
YUV 86.99 221.12 123.73 -
System Red Green Blue C M Y K H S L
Decimal 81 58 252 0.68 0.77 0 0.01 247.11 0.97 0.61
Hex 51 3A FC 44 4D 0 1 F7 61 3D
Octal 121 72 374 104 115 0 1 367 141 75
Binary 1010001 111010 11111100 1000100 1001101 0 1 11110111 1100001 111101

Color Harmonies of #513AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513AFC

Black with #513AFC

Text Example


Text Example

White with #513AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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