#413DFB

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

Shades of Neon Blue #413DFB

Tints of Neon Blue #413DFB

Color information

#413DFB (or 0x413DFB) is unknown color: approx Neon Blue. HEX triplet: 41, 3D and FB. RGB value is (65,61,251). Sum of RGB (Red+Green+Blue) = 65+61+251=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #413DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413DFB is #BEC204. Grayscale: #535353. Windows color (decimal): -12501509 or 16465217. OLE color: 16465217.

HSL color Cylindrical-coordinate representation of color #413DFB: hue angle of 241.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #413DFB is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB6561251-
CMYK0.740.7600.02
HSL241.26º95.96%61.18%-
HSV(B)241.26º75.7%98.43%-
XYZ21.2611.4392.35-
YUV83.86222.33114.55-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.24%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 251 (98.44% from 255) = 66.58%
R=17.24%
G=16.18%
B=66.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal65612510.740.7600.02241.2695.9661.18
Hex413DFB4A4C02f1603d
Octal101753731121140236114075
Binary10000011111011111101110010101001100010111100011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,61,251); }

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

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

 a { background-color: rgb(65,61,251); }

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

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

 span { border-color: rgb(65,61,251); }

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