Html Css Color HEX #4146EC Neon Blue

📋 copy color: '#4146EC'

red 65 ◦ green 70 ◦ blue 236

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

Shades of Neon Blue #4146EC

Tints of Neon Blue #4146EC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 236 (92.58% from 255) = 63.61%

R = 17.52%
G = 18.87%
B = 63.61%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4146EC (or 0x4146EC) is known color: Neon Blue. HEX triplet: 41, 46 and EC. RGB value is (65,70,236). Sum of RGB (Red+Green+Blue) = 65+70+236=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #4146EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4146EC is #BEB913. Grayscale: #565656. Windows color (decimal): -12499220 or 15484481. OLE color: 15484481.

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

Color convert

RGB 65 70 236 -
CMYK 0.72 0.70 0 0.07
HSL 238.25º 0.82% 0.59% -
HSV(B) 238.25º 0.72% 0.93% -
XYZ 19.51 11.56 80.56 -
YUV 87.43 211.84 112 -
System Red Green Blue C M Y K H S L
Decimal 65 70 236 0.72 0.70 0 0.07 238.25 0.82 0.59
Hex 41 46 EC 48 46 0 7 EE 52 3B
Octal 101 106 354 110 106 0 7 356 122 73
Binary 1000001 1000110 11101100 1001000 1000110 0 111 11101110 1010010 111011

Color Harmonies of #4146EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4146EC

Black with #4146EC

Text Example


Text Example

White with #4146EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4146EC; }

 p { color: rgb(65,70,236); }

 H1.HeaderClassName
 {
   color: #4146EC;
 }
 .AnyTagClassName
 {
   color: #4146EC;
 }
</style>

background-color css

<style>
 a { background-color: #4146EC; }

 a { background-color: rgb(65,70,236); }

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

border-color css

<style>
 span { border-color: #4146EC; }

 span { border-color: rgb(65,70,236); }

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