Html Css Color HEX #4148E3 Neon Blue

📋 copy color: '#4148E3'

red 65 ◦ green 72 ◦ blue 227

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

Shades of Neon Blue #4148E3

Tints of Neon Blue #4148E3

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.78%

 BLUE value IS 227 (89.06% from 255) = 62.36%

R = 17.86%
G = 19.78%
B = 62.36%

CMYK

 C value IS 0.71

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#4148E3 (or 0x4148E3) is known color: Neon Blue. HEX triplet: 41, 48 and E3. RGB value is (65,72,227). Sum of RGB (Red+Green+Blue) = 65+72+227=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 227 (89.06% from 255 or 62.36% from 364); Max value from RGB is 227 - color contains mainly: blue. Hex color #4148E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4148E3 is #BEB71C. Grayscale: #565656. Windows color (decimal): -12498717 or 14895169. OLE color: 14895169.

HSL color Cylindrical-coordinate representation of color #4148E3: hue angle of 237.41º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4148E3 is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 72 227 -
CMYK 0.71 0.68 0 0.11
HSL 237.41º 0.74% 0.57% -
HSV(B) 237.41º 0.71% 0.89% -
XYZ 18.36 11.3 73.89 -
YUV 87.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 65 72 227 0.71 0.68 0 0.11 237.41 0.74 0.57
Hex 41 48 E3 47 44 0 B ED 4A 39
Octal 101 110 343 107 104 0 13 355 112 71
Binary 1000001 1001000 11100011 1000111 1000100 0 1011 11101101 1001010 111001

Color Harmonies of #4148E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4148E3

Black with #4148E3

Text Example


Text Example

White with #4148E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4148E3; }

 p { color: rgb(65,72,227); }

 H1.HeaderClassName
 {
   color: #4148E3;
 }
 .AnyTagClassName
 {
   color: #4148E3;
 }
</style>

background-color css

<style>
 a { background-color: #4148E3; }

 a { background-color: rgb(65,72,227); }

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

border-color css

<style>
 span { border-color: #4148E3; }

 span { border-color: rgb(65,72,227); }

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