Html Css Color HEX #4742EC Neon Blue

📋 copy color: '#4742EC'

red 71 ◦ green 66 ◦ blue 236

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

Shades of Neon Blue #4742EC

Tints of Neon Blue #4742EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.27%

R = 19.03%
G = 17.69%
B = 63.27%

CMYK

 C value IS 0.70

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4742EC (or 0x4742EC) is known color: Neon Blue. HEX triplet: 47, 42 and EC. RGB value is (71,66,236). Sum of RGB (Red+Green+Blue) = 71+66+236=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 236 (92.58% from 255 or 63.27% from 373); Max value from RGB is 236 - color contains mainly: blue. Hex color #4742EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4742EC is #B8BD13. Grayscale: #565656. Windows color (decimal): -12107028 or 15483463. OLE color: 15483463.

HSL color Cylindrical-coordinate representation of color #4742EC: hue angle of 241.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4742EC is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 66 236 -
CMYK 0.70 0.72 0 0.07
HSL 241.76º 0.82% 0.59% -
HSV(B) 241.76º 0.72% 0.93% -
XYZ 19.69 11.29 80.5 -
YUV 86.88 212.16 116.68 -
System Red Green Blue C M Y K H S L
Decimal 71 66 236 0.70 0.72 0 0.07 241.76 0.82 0.59
Hex 47 42 EC 46 48 0 7 F2 52 3B
Octal 107 102 354 106 110 0 7 362 122 73
Binary 1000111 1000010 11101100 1000110 1001000 0 111 11110010 1010010 111011

Color Harmonies of #4742EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742EC

Black with #4742EC

Text Example


Text Example

White with #4742EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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