Html Css Color HEX #4146EA Neon Blue

📋 copy color: '#4146EA'

red 65 ◦ green 70 ◦ blue 234

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

Shades of Neon Blue #4146EA

Tints of Neon Blue #4146EA

RGB

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

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

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

R = 17.62%
G = 18.97%
B = 63.41%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4146EA (or 0x4146EA) is known color: Neon Blue. HEX triplet: 41, 46 and EA. RGB value is (65,70,234). Sum of RGB (Red+Green+Blue) = 65+70+234=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #4146EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4146EA is #BEB915. Grayscale: #565656. Windows color (decimal): -12499222 or 15353409. OLE color: 15353409.

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

Color convert

RGB 65 70 234 -
CMYK 0.72 0.70 0 0.08
HSL 238.22º 0.8% 0.59% -
HSV(B) 238.22º 0.72% 0.92% -
XYZ 19.22 11.44 79.04 -
YUV 87.2 210.84 112.16 -
System Red Green Blue C M Y K H S L
Decimal 65 70 234 0.72 0.70 0 0.08 238.22 0.8 0.59
Hex 41 46 EA 48 46 0 8 EE 50 3B
Octal 101 106 352 110 106 0 10 356 120 73
Binary 1000001 1000110 11101010 1001000 1000110 0 1000 11101110 1010000 111011

Color Harmonies of #4146EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4146EA

Black with #4146EA

Text Example


Text Example

White with #4146EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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