#4133E4

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

Shades of Neon Blue #4133E4

Tints of Neon Blue #4133E4

Color information

#4133E4 (or 0x4133E4) is unknown color: approx Neon Blue. HEX triplet: 41, 33 and E4. RGB value is (65,51,228). Sum of RGB (Red+Green+Blue) = 65+51+228=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 228 (89.45% from 255 or 66.28% from 344); Max value from RGB is 228 - color contains mainly: blue. Hex color #4133E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4133E4 is #BECC1B. Grayscale: #4A4A4A. Windows color (decimal): -12504092 or 14955329. OLE color: 14955329.

HSL color Cylindrical-coordinate representation of color #4133E4: hue angle of 244.75º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4133E4 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB6551228-
CMYK0.710.7800.11
HSL244.75º76.62%54.71%-
HSV(B)244.75º77.63%89.41%-
XYZ17.379.0974.24-
YUV75.36214.14120.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 228 (89.45% from 255) = 66.28%
R=18.90%
G=14.83%
B=66.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal65512280.710.7800.11244.7576.6254.71
Hex4133E4474E0Bf54d37
Octal1016334410711601336511567
Binary1000001110011111001001000111100111001011111101011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4133E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4133E4; }

 p { color: rgb(65,51,228); }

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

<style>
 a { background-color: #4133E4; }

 a { background-color: rgb(65,51,228); }

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

<style>
 span { border-color: #4133E4; }

 span { border-color: rgb(65,51,228); }

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