Html Css Color HEX #4742ED Neon Blue

📋 copy color: '#4742ED'

red 71 ◦ green 66 ◦ blue 237

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

Shades of Neon Blue #4742ED

Tints of Neon Blue #4742ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 63.37%

R = 18.98%
G = 17.65%
B = 63.37%

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

#4742ED (or 0x4742ED) is known color: Neon Blue. HEX triplet: 47, 42 and ED. RGB value is (71,66,237). Sum of RGB (Red+Green+Blue) = 71+66+237=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 237 (92.97% from 255 or 63.37% from 374); Max value from RGB is 237 - color contains mainly: blue. Hex color #4742ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4742ED is #B8BD12. Grayscale: #565656. Windows color (decimal): -12107027 or 15548999. OLE color: 15548999.

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

Color convert

RGB 71 66 237 -
CMYK 0.70 0.72 0 0.07
HSL 241.75º 0.83% 0.59% -
HSV(B) 241.75º 0.72% 0.93% -
XYZ 19.83 11.35 81.27 -
YUV 86.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 71 66 237 0.70 0.72 0 0.07 241.75 0.83 0.59
Hex 47 42 ED 46 48 0 7 F2 53 3B
Octal 107 102 355 106 110 0 7 362 123 73
Binary 1000111 1000010 11101101 1000110 1001000 0 111 11110010 1010011 111011

Color Harmonies of #4742ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4742ED

Black with #4742ED

Text Example


Text Example

White with #4742ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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