Html Css Color HEX #513AF4 Neon Blue

📋 copy color: '#513AF4'

red 81 ◦ green 58 ◦ blue 244

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

Shades of Neon Blue #513AF4

Tints of Neon Blue #513AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 63.71%

R = 21.15%
G = 15.14%
B = 63.71%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#513AF4 (or 0x513AF4) is known color: Neon Blue. HEX triplet: 51, 3A and F4. RGB value is (81,58,244). Sum of RGB (Red+Green+Blue) = 81+58+244=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #513AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513AF4 is #AEC50B. Grayscale: #555555. Windows color (decimal): -11453708 or 16005713. OLE color: 16005713.

HSL color Cylindrical-coordinate representation of color #513AF4: hue angle of 247.42º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #513AF4 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 58 244 -
CMYK 0.67 0.76 0 0.04
HSL 247.42º 0.89% 0.59% -
HSV(B) 247.42º 0.76% 0.96% -
XYZ 21.24 11.31 86.65 -
YUV 86.08 217.12 124.38 -
System Red Green Blue C M Y K H S L
Decimal 81 58 244 0.67 0.76 0 0.04 247.42 0.89 0.59
Hex 51 3A F4 43 4C 0 4 F7 59 3B
Octal 121 72 364 103 114 0 4 367 131 73
Binary 1010001 111010 11110100 1000011 1001100 0 100 11110111 1011001 111011

Color Harmonies of #513AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513AF4

Black with #513AF4

Text Example


Text Example

White with #513AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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