#413BF1

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

Shades of Neon Blue #413BF1

Tints of Neon Blue #413BF1

Color information

#413BF1 (or 0x413BF1) is unknown color: approx Neon Blue. HEX triplet: 41, 3B and F1. RGB value is (65,59,241). Sum of RGB (Red+Green+Blue) = 65+59+241=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #413BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413BF1 is #BEC40E. Grayscale: #505050. Windows color (decimal): -12502031 or 15809345. OLE color: 15809345.

HSL color Cylindrical-coordinate representation of color #413BF1: hue angle of 241.98º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413BF1 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6559241-
CMYK0.730.7600.05
HSL241.98º86.67%58.82%-
HSV(B)241.98º75.52%94.51%-
XYZ19.6210.684.23-
YUV81.54217.99116.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.81%
GREEN value IS 59 (23.44% from 255) = 16.16%
BLUE value IS 241 (94.53% from 255) = 66.03%
R=17.81%
G=16.16%
B=66.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal65592410.730.7600.05241.9886.6758.82
Hex413BF1494C05f2573b
Octal101733611111140536212773
Binary100000111101111110001100100110011000101111100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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