Html Css Color HEX #4134DD Neon Blue

📋 copy color: '#4134DD'

red 65 ◦ green 52 ◦ blue 221

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

Shades of Neon Blue #4134DD

Tints of Neon Blue #4134DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

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

R = 19.23%
G = 15.38%
B = 65.38%

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

#4134DD (or 0x4134DD) is known color: Neon Blue. HEX triplet: 41, 34 and DD. RGB value is (65,52,221). Sum of RGB (Red+Green+Blue) = 65+52+221=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #4134DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4134DD is #BECB22. Grayscale: #4A4A4A. Windows color (decimal): -12503843 or 14496833. OLE color: 14496833.

HSL color Cylindrical-coordinate representation of color #4134DD: hue angle of 244.62º 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 #4134DD is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 52 221 -
CMYK 0.71 0.76 0 0.13
HSL 244.62º 0.71% 0.54% -
HSV(B) 244.62º 0.76% 0.87% -
XYZ 16.46 8.8 69.24 -
YUV 75.15 210.31 120.76 -
System Red Green Blue C M Y K H S L
Decimal 65 52 221 0.71 0.76 0 0.13 244.62 0.71 0.54
Hex 41 34 DD 47 4C 0 D F5 47 36
Octal 101 64 335 107 114 0 15 365 107 66
Binary 1000001 110100 11011101 1000111 1001100 0 1101 11110101 1000111 110110

Color Harmonies of #4134DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4134DD

Black with #4134DD

Text Example


Text Example

White with #4134DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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