#413CFD

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

Shades of Neon Blue #413CFD

Tints of Neon Blue #413CFD

Color information

#413CFD (or 0x413CFD) is unknown color: approx Neon Blue. HEX triplet: 41, 3C and FD. RGB value is (65,60,253). Sum of RGB (Red+Green+Blue) = 65+60+253=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #413CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CFD is #BEC302. Grayscale: #525252. Windows color (decimal): -12501763 or 16596033. OLE color: 16596033.

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

Color convert

RGB6560253-
CMYK0.740.7600.01
HSL241.55º97.97%61.37%-
HSV(B)241.55º76.28%99.22%-
XYZ21.5311.4594-
YUV83.5223.66114.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 60 (23.83% from 255) = 15.87%
BLUE value IS 253 (99.22% from 255) = 66.93%
R=17.20%
G=15.87%
B=66.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal65602530.740.7600.01241.5597.9761.37
Hex413CFD4A4C01f2623d
Octal101743751121140136214275
Binary1000001111100111111011001010100110001111100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,60,253); }

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

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

 a { background-color: rgb(65,60,253); }

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

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

 span { border-color: rgb(65,60,253); }

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