Html Css Color HEX #4C3CDD Neon Blue

📋 copy color: '#4C3CDD'

red 76 ◦ green 60 ◦ blue 221

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

Shades of Neon Blue #4C3CDD

Tints of Neon Blue #4C3CDD

RGB

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

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

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

R = 21.29%
G = 16.81%
B = 61.9%

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

#4C3CDD (or 0x4C3CDD) is known color: Neon Blue. HEX triplet: 4C, 3C and DD. RGB value is (76,60,221). Sum of RGB (Red+Green+Blue) = 76+60+221=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C3CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CDD is #B3C322. Grayscale: #525252. Windows color (decimal): -11780899 or 14498892. OLE color: 14498892.

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

Color convert

RGB 76 60 221 -
CMYK 0.66 0.73 0 0.13
HSL 245.96º 0.7% 0.55% -
HSV(B) 245.96º 0.73% 0.87% -
XYZ 17.65 9.99 69.4 -
YUV 83.14 205.8 122.91 -
System Red Green Blue C M Y K H S L
Decimal 76 60 221 0.66 0.73 0 0.13 245.96 0.7 0.55
Hex 4C 3C DD 42 49 0 D F6 46 37
Octal 114 74 335 102 111 0 15 366 106 67
Binary 1001100 111100 11011101 1000010 1001001 0 1101 11110110 1000110 110111

Color Harmonies of #4C3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3CDD

Black with #4C3CDD

Text Example


Text Example

White with #4C3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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