#413bff

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

Shades of Neon Blue #413BFF

Tints of Neon Blue #413BFF

Color information

#413BFF (or 0x413BFF) is unknown color: approx Neon Blue. HEX triplet: 41, 3B and FF. RGB value is (65,59,255). Sum of RGB (Red+Green+Blue) = 65+59+255=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #413BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BFF is #BEC400. Grayscale: #525252. Windows color (decimal): -12502017 or 16726849. OLE color: 16726849.

HSL color Cylindrical-coordinate representation of color #413BFF: hue angle of 241.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #413BFF is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB6559255-
CMYK0.750.7700
HSL241.84º100%61.57%-
HSV(B)241.84º76.86%100%-
XYZ21.7911.4795.67-
YUV83.14224.99115.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.15%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 255 (100% from 255) = 67.28%
R=17.15%
G=15.57%
B=67.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal65592550.750.7700241.8410061.57
Hex413BFF4B4D00f2643e
Octal101733771131150036214476
Binary1000001111011111111111001011100110100111100101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413bff; }

 p { color: rgb(65,59,255); }

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

<style>
 a { background-color: #413bff; }

 a { background-color: rgb(65,59,255); }

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

<style>
 span { border-color: #413bff; }

 span { border-color: rgb(65,59,255); }

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