#4135E5

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

Shades of Neon Blue #4135E5

Tints of Neon Blue #4135E5

Color information

#4135E5 (or 0x4135E5) is unknown color: approx Neon Blue. HEX triplet: 41, 35 and E5. RGB value is (65,53,229). Sum of RGB (Red+Green+Blue) = 65+53+229=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 229 (89.84% from 255 or 65.99% from 347); Max value from RGB is 229 - color contains mainly: blue. Hex color #4135E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4135E5 is #BECA1A. Grayscale: #4B4B4B. Windows color (decimal): -12503579 or 15021377. OLE color: 15021377.

HSL color Cylindrical-coordinate representation of color #4135E5: hue angle of 244.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4135E5 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB6553229-
CMYK0.720.7700.10
HSL244.09º77.19%55.29%-
HSV(B)244.09º76.86%89.8%-
XYZ17.69.3375-
YUV76.65213.98119.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.73%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 229 (89.84% from 255) = 65.99%
R=18.73%
G=15.27%
B=65.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal65532290.720.7700.10244.0977.1955.29
Hex4135E5484D0Af44d37
Octal1016534511011501236411567
Binary1000001110101111001011001000100110101010111101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4135E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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