Html Css Color HEX #4C3BDD Neon Blue

📋 copy color: '#4C3BDD'

red 76 ◦ green 59 ◦ blue 221

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

Shades of Neon Blue #4C3BDD

Tints of Neon Blue #4C3BDD

RGB

 RED value IS 76 (30.08% from 255) = 21.35%

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

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

R = 21.35%
G = 16.57%
B = 62.08%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C3BDD (or 0x4C3BDD) is known color: Neon Blue. HEX triplet: 4C, 3B and DD. RGB value is (76,59,221). Sum of RGB (Red+Green+Blue) = 76+59+221=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3BDD is #B3C422. Grayscale: #515151. Windows color (decimal): -11781155 or 14498636. OLE color: 14498636.

HSL color Cylindrical-coordinate representation of color #4C3BDD: hue angle of 246.3º 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 #4C3BDD is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 59 221 -
CMYK 0.66 0.73 0 0.13
HSL 246.3º 0.7% 0.55% -
HSV(B) 246.3º 0.73% 0.87% -
XYZ 17.6 9.88 69.39 -
YUV 82.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 76 59 221 0.66 0.73 0 0.13 246.3 0.7 0.55
Hex 4C 3B DD 42 49 0 D F6 46 37
Octal 114 73 335 102 111 0 15 366 106 67
Binary 1001100 111011 11011101 1000010 1001001 0 1101 11110110 1000110 110111

Color Harmonies of #4C3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3BDD

Black with #4C3BDD

Text Example


Text Example

White with #4C3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3BDD; }

 p { color: rgb(76,59,221); }

 H1.HeaderClassName
 {
   color: #4C3BDD;
 }
 .AnyTagClassName
 {
   color: #4C3BDD;
 }
</style>

background-color css

<style>
 a { background-color: #4C3BDD; }

 a { background-color: rgb(76,59,221); }

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

border-color css

<style>
 span { border-color: #4C3BDD; }

 span { border-color: rgb(76,59,221); }

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