Html Css Color HEX #4A42EA Neon Blue

📋 copy color: '#4A42EA'

red 74 ◦ green 66 ◦ blue 234

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

Shades of Neon Blue #4A42EA

Tints of Neon Blue #4A42EA

RGB

 RED value IS 74 (29.3% from 255) = 19.79%

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

 BLUE value IS 234 (91.8% from 255) = 62.57%

R = 19.79%
G = 17.65%
B = 62.57%

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

#4A42EA (or 0x4A42EA) is known color: Neon Blue. HEX triplet: 4A, 42 and EA. RGB value is (74,66,234). Sum of RGB (Red+Green+Blue) = 74+66+234=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #4A42EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A42EA is #B5BD15. Grayscale: #565656. Windows color (decimal): -11910422 or 15352394. OLE color: 15352394.

HSL color Cylindrical-coordinate representation of color #4A42EA: hue angle of 242.86º degrees, saturation: 0.8, 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 #4A42EA is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 74 66 234 -
CMYK 0.68 0.72 0 0.08
HSL 242.86º 0.8% 0.59% -
HSV(B) 242.86º 0.72% 0.92% -
XYZ 19.62 11.29 78.99 -
YUV 87.54 210.65 118.34 -
System Red Green Blue C M Y K H S L
Decimal 74 66 234 0.68 0.72 0 0.08 242.86 0.8 0.59
Hex 4A 42 EA 44 48 0 8 F3 50 3B
Octal 112 102 352 104 110 0 10 363 120 73
Binary 1001010 1000010 11101010 1000100 1001000 0 1000 11110011 1010000 111011

Color Harmonies of #4A42EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A42EA

Black with #4A42EA

Text Example


Text Example

White with #4A42EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,234); }

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

background-color css

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

 a { background-color: rgb(74,66,234); }

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

border-color css

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

 span { border-color: rgb(74,66,234); }

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