#4135DD

Color #4135DD Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4135DD

Tints of Neon Blue #4135DD

Color information

#4135DD (or 0x4135DD) is unknown color: approx Neon Blue. HEX triplet: 41, 35 and DD. RGB value is (65,53,221). Sum of RGB (Red+Green+Blue) = 65+53+221=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #4135DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135DD is #BECA22. Grayscale: #4B4B4B. Windows color (decimal): -12503587 or 14497089. OLE color: 14497089.

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

Color convert

RGB6553221-
CMYK0.710.7600.13
HSL244.29º71.19%53.73%-
HSV(B)244.29º76.02%86.67%-
XYZ16.58.8969.25-
YUV75.74209.98120.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 53 (21.09% from 255) = 15.63%
BLUE value IS 221 (86.72% from 255) = 65.19%
R=19.17%
G=15.63%
B=65.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65532210.710.7600.13244.2971.1953.73
Hex4135DD474C0Df44736
Octal1016533510711401536410766
Binary1000001110101110111011000111100110001101111101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4135DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4135DD;
 }
 .AnyTagClassName
 {
   color: #4135DD;
 }
</style>
background-color css

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

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

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

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

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

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