Html Css Color HEX #4C3FDD Neon Blue

📋 copy color: '#4C3FDD'

red 76 ◦ green 63 ◦ blue 221

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

Shades of Neon Blue #4C3FDD

Tints of Neon Blue #4C3FDD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.5%

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

R = 21.11%
G = 17.5%
B = 61.39%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C3FDD (or 0x4C3FDD) is known color: Neon Blue. HEX triplet: 4C, 3F and DD. RGB value is (76,63,221). Sum of RGB (Red+Green+Blue) = 76+63+221=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C3FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FDD is #B3C022. Grayscale: #545454. Windows color (decimal): -11780131 or 14499660. OLE color: 14499660.

HSL color Cylindrical-coordinate representation of color #4C3FDD: hue angle of 244.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C3FDD is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 63 221 -
CMYK 0.66 0.71 0 0.13
HSL 244.94º 0.7% 0.56% -
HSV(B) 244.94º 0.71% 0.87% -
XYZ 17.81 10.31 69.46 -
YUV 84.9 204.81 121.65 -
System Red Green Blue C M Y K H S L
Decimal 76 63 221 0.66 0.71 0 0.13 244.94 0.7 0.56
Hex 4C 3F DD 42 47 0 D F5 46 38
Octal 114 77 335 102 107 0 15 365 106 70
Binary 1001100 111111 11011101 1000010 1000111 0 1101 11110101 1000110 111000

Color Harmonies of #4C3FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3FDD

Black with #4C3FDD

Text Example


Text Example

White with #4C3FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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