Html Css Color HEX #4149EA Neon Blue

📋 copy color: '#4149EA'

red 65 ◦ green 73 ◦ blue 234

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

Shades of Neon Blue #4149EA

Tints of Neon Blue #4149EA

RGB

 RED value IS 65 (25.78% from 255) = 17.47%

 GREEN value IS 73 (28.91% from 255) = 19.62%

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

R = 17.47%
G = 19.62%
B = 62.9%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4149EA (or 0x4149EA) is known color: Neon Blue. HEX triplet: 41, 49 and EA. RGB value is (65,73,234). Sum of RGB (Red+Green+Blue) = 65+73+234=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #4149EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4149EA is #BEB615. Grayscale: #585858. Windows color (decimal): -12498454 or 15354177. OLE color: 15354177.

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

Color convert

RGB 65 73 234 -
CMYK 0.72 0.69 0 0.08
HSL 237.16º 0.8% 0.59% -
HSV(B) 237.16º 0.72% 0.92% -
XYZ 19.41 11.83 79.1 -
YUV 88.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 65 73 234 0.72 0.69 0 0.08 237.16 0.8 0.59
Hex 41 49 EA 48 45 0 8 ED 50 3B
Octal 101 111 352 110 105 0 10 355 120 73
Binary 1000001 1001001 11101010 1001000 1000101 0 1000 11101101 1010000 111011

Color Harmonies of #4149EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4149EA

Black with #4149EA

Text Example


Text Example

White with #4149EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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