Html Css Color HEX #4C40DD Neon Blue

📋 copy color: '#4C40DD'

red 76 ◦ green 64 ◦ blue 221

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

Shades of Neon Blue #4C40DD

Tints of Neon Blue #4C40DD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 21.05%
G = 17.73%
B = 61.22%

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

#4C40DD (or 0x4C40DD) is known color: Neon Blue. HEX triplet: 4C, 40 and DD. RGB value is (76,64,221). Sum of RGB (Red+Green+Blue) = 76+64+221=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C40DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C40DD is #B3BF22. Grayscale: #545454. Windows color (decimal): -11779875 or 14499916. OLE color: 14499916.

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

Color convert

RGB 76 64 221 -
CMYK 0.66 0.71 0 0.13
HSL 244.59º 0.7% 0.56% -
HSV(B) 244.59º 0.71% 0.87% -
XYZ 17.87 10.42 69.48 -
YUV 85.49 204.48 121.23 -
System Red Green Blue C M Y K H S L
Decimal 76 64 221 0.66 0.71 0 0.13 244.59 0.7 0.56
Hex 4C 40 DD 42 47 0 D F5 46 38
Octal 114 100 335 102 107 0 15 365 106 70
Binary 1001100 1000000 11011101 1000010 1000111 0 1101 11110101 1000110 111000

Color Harmonies of #4C40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40DD

Black with #4C40DD

Text Example


Text Example

White with #4C40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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