Html Css Color HEX #513BFF Neon Blue

📋 copy color: '#513BFF'

red 81 ◦ green 59 ◦ blue 255

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

Shades of Neon Blue #513BFF

Tints of Neon Blue #513BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.56%

R = 20.51%
G = 14.94%
B = 64.56%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#513BFF (or 0x513BFF) is known color: Neon Blue. HEX triplet: 51, 3B and FF. RGB value is (81,59,255). Sum of RGB (Red+Green+Blue) = 81+59+255=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #513BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #513BFF is #AEC400. Grayscale: #575757. Windows color (decimal): -11453441 or 16726865. OLE color: 16726865.

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

Color convert

RGB 81 59 255 -
CMYK 0.68 0.77 0 0
HSL 246.73º 1% 0.62% -
HSV(B) 246.73º 0.77% 1% -
XYZ 23.01 12.1 95.73 -
YUV 87.92 222.29 123.06 -
System Red Green Blue C M Y K H S L
Decimal 81 59 255 0.68 0.77 0 0 246.73 1 0.62
Hex 51 3B FF 44 4D 0 0 F7 64 3E
Octal 121 73 377 104 115 0 0 367 144 76
Binary 1010001 111011 11111111 1000100 1001101 0 0 11110111 1100100 111110

Color Harmonies of #513BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513BFF

Black with #513BFF

Text Example


Text Example

White with #513BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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