Html Css Color HEX #4D42DD Neon Blue

📋 copy color: '#4D42DD'

red 77 ◦ green 66 ◦ blue 221

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

Shades of Neon Blue #4D42DD

Tints of Neon Blue #4D42DD

RGB

 RED value IS 77 (30.47% from 255) = 21.15%

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 21.15%
G = 18.13%
B = 60.71%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D42DD (or 0x4D42DD) is known color: Neon Blue. HEX triplet: 4D, 42 and DD. RGB value is (77,66,221). Sum of RGB (Red+Green+Blue) = 77+66+221=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 221 (86.72% from 255 or 60.71% from 364); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D42DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42DD is #B2BD22. Grayscale: #565656. Windows color (decimal): -11713827 or 14500429. OLE color: 14500429.

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

Color convert

RGB 77 66 221 -
CMYK 0.65 0.70 0 0.13
HSL 244.26º 0.7% 0.56% -
HSV(B) 244.26º 0.7% 0.87% -
XYZ 18.06 10.69 69.52 -
YUV 86.96 203.64 120.9 -
System Red Green Blue C M Y K H S L
Decimal 77 66 221 0.65 0.70 0 0.13 244.26 0.7 0.56
Hex 4D 42 DD 41 46 0 D F4 46 38
Octal 115 102 335 101 106 0 15 364 106 70
Binary 1001101 1000010 11011101 1000001 1000110 0 1101 11110100 1000110 111000

Color Harmonies of #4D42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D42DD

Black with #4D42DD

Text Example


Text Example

White with #4D42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,221); }

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

background-color css

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

 a { background-color: rgb(77,66,221); }

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

border-color css

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

 span { border-color: rgb(77,66,221); }

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