Html Css Color HEX #513AFE Neon Blue

📋 copy color: '#513AFE'

red 81 ◦ green 58 ◦ blue 254

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

Shades of Neon Blue #513AFE

Tints of Neon Blue #513AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 20.61%
G = 14.76%
B = 64.63%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#513AFE (or 0x513AFE) is known color: Neon Blue. HEX triplet: 51, 3A and FE. RGB value is (81,58,254). Sum of RGB (Red+Green+Blue) = 81+58+254=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #513AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513AFE is #AEC501. Grayscale: #565656. Windows color (decimal): -11453698 or 16661073. OLE color: 16661073.

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

Color convert

RGB 81 58 254 -
CMYK 0.68 0.77 0 0.00
HSL 247.04º 0.99% 0.61% -
HSV(B) 247.04º 0.77% 1% -
XYZ 22.8 11.93 94.87 -
YUV 87.22 222.12 123.56 -
System Red Green Blue C M Y K H S L
Decimal 81 58 254 0.68 0.77 0 0.00 247.04 0.99 0.61
Hex 51 3A FE 44 4D 0 0 F7 63 3D
Octal 121 72 376 104 115 0 0 367 143 75
Binary 1010001 111010 11111110 1000100 1001101 0 0 11110111 1100011 111101

Color Harmonies of #513AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513AFE

Black with #513AFE

Text Example


Text Example

White with #513AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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