Html Css Color HEX #4741EA Neon Blue

📋 copy color: '#4741EA'

red 71 ◦ green 65 ◦ blue 234

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

Shades of Neon Blue #4741EA

Tints of Neon Blue #4741EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.57%

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

R = 19.19%
G = 17.57%
B = 63.24%

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

#4741EA (or 0x4741EA) is known color: Neon Blue. HEX triplet: 47, 41 and EA. RGB value is (71,65,234). Sum of RGB (Red+Green+Blue) = 71+65+234=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #4741EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4741EA is #B8BE15. Grayscale: #555555. Windows color (decimal): -12107286 or 15352135. OLE color: 15352135.

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

Color convert

RGB 71 65 234 -
CMYK 0.70 0.72 0 0.08
HSL 242.13º 0.8% 0.59% -
HSV(B) 242.13º 0.72% 0.92% -
XYZ 19.34 11.06 78.96 -
YUV 86.06 211.49 117.26 -
System Red Green Blue C M Y K H S L
Decimal 71 65 234 0.70 0.72 0 0.08 242.13 0.8 0.59
Hex 47 41 EA 46 48 0 8 F2 50 3B
Octal 107 101 352 106 110 0 10 362 120 73
Binary 1000111 1000001 11101010 1000110 1001000 0 1000 11110010 1010000 111011

Color Harmonies of #4741EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4741EA

Black with #4741EA

Text Example


Text Example

White with #4741EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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