Html Css Color HEX #4C44DD Neon Blue

📋 copy color: '#4C44DD'

red 76 ◦ green 68 ◦ blue 221

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

Shades of Neon Blue #4C44DD

Tints of Neon Blue #4C44DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.63%

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

R = 20.82%
G = 18.63%
B = 60.55%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4C44DD (or 0x4C44DD) is known color: Neon Blue. HEX triplet: 4C, 44 and DD. RGB value is (76,68,221). Sum of RGB (Red+Green+Blue) = 76+68+221=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C44DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C44DD is #B3BB22. Grayscale: #575757. Windows color (decimal): -11778851 or 14500940. OLE color: 14500940.

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

Color convert

RGB 76 68 221 -
CMYK 0.66 0.69 0 0.13
HSL 243.14º 0.69% 0.57% -
HSV(B) 243.14º 0.69% 0.87% -
XYZ 18.1 10.89 69.55 -
YUV 87.83 203.15 119.56 -
System Red Green Blue C M Y K H S L
Decimal 76 68 221 0.66 0.69 0 0.13 243.14 0.69 0.57
Hex 4C 44 DD 42 45 0 D F3 45 39
Octal 114 104 335 102 105 0 15 363 105 71
Binary 1001100 1000100 11011101 1000010 1000101 0 1101 11110011 1000101 111001

Color Harmonies of #4C44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C44DD

Black with #4C44DD

Text Example


Text Example

White with #4C44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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