Html Css Color HEX #4E42DD Neon Blue

📋 copy color: '#4E42DD'

red 78 ◦ green 66 ◦ blue 221

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

Shades of Neon Blue #4E42DD

Tints of Neon Blue #4E42DD

RGB

 RED value IS 78 (30.86% from 255) = 21.37%

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

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

R = 21.37%
G = 18.08%
B = 60.55%

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

#4E42DD (or 0x4E42DD) is known color: Neon Blue. HEX triplet: 4E, 42 and DD. RGB value is (78,66,221). Sum of RGB (Red+Green+Blue) = 78+66+221=365 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.37% from 365); Green value is 66 (26.17% from 255 or 18.08% 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 #4E42DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42DD is #B1BD22. Grayscale: #565656. Windows color (decimal): -11648291 or 14500430. OLE color: 14500430.

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

Color convert

RGB 78 66 221 -
CMYK 0.65 0.70 0 0.13
HSL 244.65º 0.7% 0.56% -
HSV(B) 244.65º 0.7% 0.87% -
XYZ 18.14 10.74 69.52 -
YUV 87.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 78 66 221 0.65 0.70 0 0.13 244.65 0.7 0.56
Hex 4E 42 DD 41 46 0 D F5 46 38
Octal 116 102 335 101 106 0 15 365 106 70
Binary 1001110 1000010 11011101 1000001 1000110 0 1101 11110101 1000110 111000

Color Harmonies of #4E42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E42DD

Black with #4E42DD

Text Example


Text Example

White with #4E42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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