Html Css Color HEX #4742EA Neon Blue

📋 copy color: '#4742EA'

red 71 ◦ green 66 ◦ blue 234

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

Shades of Neon Blue #4742EA

Tints of Neon Blue #4742EA

RGB

 RED value IS 71 (28.13% from 255) = 19.14%

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

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

R = 19.14%
G = 17.79%
B = 63.07%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4742EA (or 0x4742EA) is known color: Neon Blue. HEX triplet: 47, 42 and EA. RGB value is (71,66,234). Sum of RGB (Red+Green+Blue) = 71+66+234=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #4742EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4742EA is #B8BD15. Grayscale: #555555. Windows color (decimal): -12107030 or 15352391. OLE color: 15352391.

HSL color Cylindrical-coordinate representation of color #4742EA: hue angle of 241.79º 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 #4742EA is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 66 234 -
CMYK 0.70 0.72 0 0.08
HSL 241.79º 0.8% 0.59% -
HSV(B) 241.79º 0.72% 0.92% -
XYZ 19.4 11.18 78.98 -
YUV 86.65 211.16 116.84 -
System Red Green Blue C M Y K H S L
Decimal 71 66 234 0.70 0.72 0 0.08 241.79 0.8 0.59
Hex 47 42 EA 46 48 0 8 F2 50 3B
Octal 107 102 352 106 110 0 10 362 120 73
Binary 1000111 1000010 11101010 1000110 1001000 0 1000 11110010 1010000 111011

Color Harmonies of #4742EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742EA

Black with #4742EA

Text Example


Text Example

White with #4742EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4742EA; }

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

 H1.HeaderClassName
 {
   color: #4742EA;
 }
 .AnyTagClassName
 {
   color: #4742EA;
 }
</style>

background-color css

<style>
 a { background-color: #4742EA; }

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

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

border-color css

<style>
 span { border-color: #4742EA; }

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

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