Html Css Color HEX #4144E0 Neon Blue

📋 copy color: '#4144E0'

red 65 ◦ green 68 ◦ blue 224

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

Shades of Neon Blue #4144E0

Tints of Neon Blue #4144E0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.05%

 BLUE value IS 224 (87.89% from 255) = 62.75%

R = 18.21%
G = 19.05%
B = 62.75%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4144E0 (or 0x4144E0) is known color: Neon Blue. HEX triplet: 41, 44 and E0. RGB value is (65,68,224). Sum of RGB (Red+Green+Blue) = 65+68+224=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 224 (87.89% from 255 or 62.75% from 357); Max value from RGB is 224 - color contains mainly: blue. Hex color #4144E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4144E0 is #BEBB1F. Grayscale: #545454. Windows color (decimal): -12499744 or 14697537. OLE color: 14697537.

HSL color Cylindrical-coordinate representation of color #4144E0: hue angle of 238.87º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4144E0 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 68 224 -
CMYK 0.71 0.70 0 0.12
HSL 238.87º 0.72% 0.57% -
HSV(B) 238.87º 0.71% 0.88% -
XYZ 17.7 10.64 71.64 -
YUV 84.89 206.51 113.82 -
System Red Green Blue C M Y K H S L
Decimal 65 68 224 0.71 0.70 0 0.12 238.87 0.72 0.57
Hex 41 44 E0 47 46 0 C EF 48 39
Octal 101 104 340 107 106 0 14 357 110 71
Binary 1000001 1000100 11100000 1000111 1000110 0 1100 11101111 1001000 111001

Color Harmonies of #4144E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4144E0

Black with #4144E0

Text Example


Text Example

White with #4144E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4144E0; }

 p { color: rgb(65,68,224); }

 H1.HeaderClassName
 {
   color: #4144E0;
 }
 .AnyTagClassName
 {
   color: #4144E0;
 }
</style>

background-color css

<style>
 a { background-color: #4144E0; }

 a { background-color: rgb(65,68,224); }

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

border-color css

<style>
 span { border-color: #4144E0; }

 span { border-color: rgb(65,68,224); }

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