Html Css Color HEX #4C41DD Neon Blue

📋 copy color: '#4C41DD'

red 76 ◦ green 65 ◦ blue 221

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

Shades of Neon Blue #4C41DD

Tints of Neon Blue #4C41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

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

R = 20.99%
G = 17.96%
B = 61.05%

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

#4C41DD (or 0x4C41DD) is known color: Neon Blue. HEX triplet: 4C, 41 and DD. RGB value is (76,65,221). Sum of RGB (Red+Green+Blue) = 76+65+221=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C41DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C41DD is #B3BE22. Grayscale: #555555. Windows color (decimal): -11779619 or 14500172. OLE color: 14500172.

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

Color convert

RGB 76 65 221 -
CMYK 0.66 0.71 0 0.13
HSL 244.23º 0.7% 0.56% -
HSV(B) 244.23º 0.71% 0.87% -
XYZ 17.92 10.54 69.5 -
YUV 86.07 204.14 120.82 -
System Red Green Blue C M Y K H S L
Decimal 76 65 221 0.66 0.71 0 0.13 244.23 0.7 0.56
Hex 4C 41 DD 42 47 0 D F4 46 38
Octal 114 101 335 102 107 0 15 364 106 70
Binary 1001100 1000001 11011101 1000010 1000111 0 1101 11110100 1000110 111000

Color Harmonies of #4C41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C41DD

Black with #4C41DD

Text Example


Text Example

White with #4C41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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