#3D46FD

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

Shades of Neon Blue #3D46FD

Tints of Neon Blue #3D46FD

Color information

#3D46FD (or 0x3D46FD) is unknown color: approx Neon Blue. HEX triplet: 3D, 46 and FD. RGB value is (61,70,253). Sum of RGB (Red+Green+Blue) = 61+70+253=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D46FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D46FD is #C2B902. Grayscale: #575757. Windows color (decimal): -12761347 or 16598589. OLE color: 16598589.

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

Color convert

RGB6170253-
CMYK0.760.7200.01
HSL237.19º97.96%61.57%-
HSV(B)237.19º75.89%99.22%-
XYZ21.8412.4694.18-
YUV88.17221.02108.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.89%
GREEN value IS 70 (27.73% from 255) = 18.23%
BLUE value IS 253 (99.22% from 255) = 65.89%
R=15.89%
G=18.23%
B=65.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61702530.760.7200.01237.1997.9661.57
Hex3D46FD4C4801ed623e
Octal751063751141100135514276
Binary1111011000110111111011001100100100001111011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D46FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D46FD; }

 p { color: rgb(61,70,253); }

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

<style>
 a { background-color: #3D46FD; }

 a { background-color: rgb(61,70,253); }

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

<style>
 span { border-color: #3D46FD; }

 span { border-color: rgb(61,70,253); }

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