Html Css Color HEX #513BDE Neon Blue

📋 copy color: '#513BDE'

red 81 ◦ green 59 ◦ blue 222

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

Shades of Neon Blue #513BDE

Tints of Neon Blue #513BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 222 (87.11% from 255) = 61.33%

R = 22.38%
G = 16.3%
B = 61.33%

CMYK

 C value IS 0.64

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#513BDE (or 0x513BDE) is known color: Neon Blue. HEX triplet: 51, 3B and DE. RGB value is (81,59,222). Sum of RGB (Red+Green+Blue) = 81+59+222=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #513BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513BDE is #AEC421. Grayscale: #535353. Windows color (decimal): -11453474 or 14564177. OLE color: 14564177.

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

Color convert

RGB 81 59 222 -
CMYK 0.64 0.73 0 0.13
HSL 248.1º 0.71% 0.55% -
HSV(B) 248.1º 0.73% 0.87% -
XYZ 18.14 10.15 70.11 -
YUV 84.16 205.79 125.75 -
System Red Green Blue C M Y K H S L
Decimal 81 59 222 0.64 0.73 0 0.13 248.1 0.71 0.55
Hex 51 3B DE 40 49 0 D F8 47 37
Octal 121 73 336 100 111 0 15 370 107 67
Binary 1010001 111011 11011110 1000000 1001001 0 1101 11111000 1000111 110111

Color Harmonies of #513BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BDE

Black with #513BDE

Text Example


Text Example

White with #513BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,222); }

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

background-color css

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

 a { background-color: rgb(81,59,222); }

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

border-color css

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

 span { border-color: rgb(81,59,222); }

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