Html Css Color HEX #4C42EB Neon Blue

📋 copy color: '#4C42EB'

red 76 ◦ green 66 ◦ blue 235

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

Shades of Neon Blue #4C42EB

Tints of Neon Blue #4C42EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 20.16%
G = 17.51%
B = 62.33%

CMYK

 C value IS 0.68

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4C42EB (or 0x4C42EB) is known color: Neon Blue. HEX triplet: 4C, 42 and EB. RGB value is (76,66,235). Sum of RGB (Red+Green+Blue) = 76+66+235=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #4C42EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C42EB is #B3BD14. Grayscale: #575757. Windows color (decimal): -11779349 or 15417932. OLE color: 15417932.

HSL color Cylindrical-coordinate representation of color #4C42EB: hue angle of 243.55º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C42EB is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 76 66 235 -
CMYK 0.68 0.72 0 0.08
HSL 243.55º 0.81% 0.59% -
HSV(B) 243.55º 0.72% 0.92% -
XYZ 19.92 11.43 79.75 -
YUV 88.26 210.81 119.26 -
System Red Green Blue C M Y K H S L
Decimal 76 66 235 0.68 0.72 0 0.08 243.55 0.81 0.59
Hex 4C 42 EB 44 48 0 8 F4 51 3B
Octal 114 102 353 104 110 0 10 364 121 73
Binary 1001100 1000010 11101011 1000100 1001000 0 1000 11110100 1010001 111011

Color Harmonies of #4C42EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C42EB

Black with #4C42EB

Text Example


Text Example

White with #4C42EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,66,235); }

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

background-color css

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

 a { background-color: rgb(76,66,235); }

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

border-color css

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

 span { border-color: rgb(76,66,235); }

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