Html Css Color HEX #4136E1 Neon Blue

📋 copy color: '#4136E1'

red 65 ◦ green 54 ◦ blue 225

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

Shades of Neon Blue #4136E1

Tints of Neon Blue #4136E1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.7%

 BLUE value IS 225 (88.28% from 255) = 65.41%

R = 18.9%
G = 15.7%
B = 65.41%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4136E1 (or 0x4136E1) is known color: Neon Blue. HEX triplet: 41, 36 and E1. RGB value is (65,54,225). Sum of RGB (Red+Green+Blue) = 65+54+225=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 225 (88.28% from 255 or 65.41% from 344); Max value from RGB is 225 - color contains mainly: blue. Hex color #4136E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136E1 is #BEC91E. Grayscale: #4C4C4C. Windows color (decimal): -12503327 or 14759489. OLE color: 14759489.

HSL color Cylindrical-coordinate representation of color #4136E1: hue angle of 243.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4136E1 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 54 225 -
CMYK 0.71 0.76 0 0.12
HSL 243.86º 0.74% 0.55% -
HSV(B) 243.86º 0.76% 0.88% -
XYZ 17.09 9.2 72.11 -
YUV 76.78 211.64 119.6 -
System Red Green Blue C M Y K H S L
Decimal 65 54 225 0.71 0.76 0 0.12 243.86 0.74 0.55
Hex 41 36 E1 47 4C 0 C F4 4A 37
Octal 101 66 341 107 114 0 14 364 112 67
Binary 1000001 110110 11100001 1000111 1001100 0 1100 11110100 1001010 110111

Color Harmonies of #4136E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4136E1

Black with #4136E1

Text Example


Text Example

White with #4136E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4136E1; }

 p { color: rgb(65,54,225); }

 H1.HeaderClassName
 {
   color: #4136E1;
 }
 .AnyTagClassName
 {
   color: #4136E1;
 }
</style>

background-color css

<style>
 a { background-color: #4136E1; }

 a { background-color: rgb(65,54,225); }

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

border-color css

<style>
 span { border-color: #4136E1; }

 span { border-color: rgb(65,54,225); }

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