Html Css Color HEX #513CDD Neon Blue

📋 copy color: '#513CDD'

red 81 ◦ green 60 ◦ blue 221

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

Shades of Neon Blue #513CDD

Tints of Neon Blue #513CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 22.38%
G = 16.57%
B = 61.05%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#513CDD (or 0x513CDD) is known color: Neon Blue. HEX triplet: 51, 3C and DD. RGB value is (81,60,221). Sum of RGB (Red+Green+Blue) = 81+60+221=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #513CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CDD is #AEC322. Grayscale: #545454. Windows color (decimal): -11453219 or 14498897. OLE color: 14498897.

HSL color Cylindrical-coordinate representation of color #513CDD: hue angle of 247.83º degrees, saturation: 0.7, 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 #513CDD is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 60 221 -
CMYK 0.63 0.73 0 0.13
HSL 247.83º 0.7% 0.55% -
HSV(B) 247.83º 0.73% 0.87% -
XYZ 18.06 10.2 69.42 -
YUV 84.63 204.96 125.41 -
System Red Green Blue C M Y K H S L
Decimal 81 60 221 0.63 0.73 0 0.13 247.83 0.7 0.55
Hex 51 3C DD 3F 49 0 D F8 46 37
Octal 121 74 335 77 111 0 15 370 106 67
Binary 1010001 111100 11011101 111111 1001001 0 1101 11111000 1000110 110111

Color Harmonies of #513CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CDD

Black with #513CDD

Text Example


Text Example

White with #513CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,221); }

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

background-color css

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

 a { background-color: rgb(81,60,221); }

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

border-color css

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

 span { border-color: rgb(81,60,221); }

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