Html Css Color HEX #513ADF Neon Blue

📋 copy color: '#513ADF'

red 81 ◦ green 58 ◦ blue 223

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

Shades of Neon Blue #513ADF

Tints of Neon Blue #513ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.6%

R = 22.38%
G = 16.02%
B = 61.6%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#513ADF (or 0x513ADF) is known color: Neon Blue. HEX triplet: 51, 3A and DF. RGB value is (81,58,223). Sum of RGB (Red+Green+Blue) = 81+58+223=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #513ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ADF is #AEC520. Grayscale: #535353. Windows color (decimal): -11453729 or 14629457. OLE color: 14629457.

HSL color Cylindrical-coordinate representation of color #513ADF: hue angle of 248.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #513ADF is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 58 223 -
CMYK 0.64 0.74 0 0.13
HSL 248.36º 0.72% 0.55% -
HSV(B) 248.36º 0.74% 0.87% -
XYZ 18.23 10.1 70.8 -
YUV 83.69 206.62 126.08 -
System Red Green Blue C M Y K H S L
Decimal 81 58 223 0.64 0.74 0 0.13 248.36 0.72 0.55
Hex 51 3A DF 40 4A 0 D F8 48 37
Octal 121 72 337 100 112 0 15 370 110 67
Binary 1010001 111010 11011111 1000000 1001010 0 1101 11111000 1001000 110111

Color Harmonies of #513ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ADF

Black with #513ADF

Text Example


Text Example

White with #513ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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