Html Css Color HEX #4136DD Neon Blue

📋 copy color: '#4136DD'

red 65 ◦ green 54 ◦ blue 221

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

Shades of Neon Blue #4136DD

Tints of Neon Blue #4136DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 19.12%
G = 15.88%
B = 65%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4136DD (or 0x4136DD) is known color: Neon Blue. HEX triplet: 41, 36 and DD. RGB value is (65,54,221). Sum of RGB (Red+Green+Blue) = 65+54+221=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #4136DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4136DD is #BEC922. Grayscale: #4B4B4B. Windows color (decimal): -12503331 or 14497345. OLE color: 14497345.

HSL color Cylindrical-coordinate representation of color #4136DD: hue angle of 243.95º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4136DD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 54 221 -
CMYK 0.71 0.76 0 0.13
HSL 243.95º 0.71% 0.54% -
HSV(B) 243.95º 0.76% 0.87% -
XYZ 16.55 8.98 69.27 -
YUV 76.33 209.64 119.92 -
System Red Green Blue C M Y K H S L
Decimal 65 54 221 0.71 0.76 0 0.13 243.95 0.71 0.54
Hex 41 36 DD 47 4C 0 D F4 47 36
Octal 101 66 335 107 114 0 15 364 107 66
Binary 1000001 110110 11011101 1000111 1001100 0 1101 11110100 1000111 110110

Color Harmonies of #4136DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4136DD

Black with #4136DD

Text Example


Text Example

White with #4136DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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