#3D4DFD

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

Shades of Neon Blue #3D4DFD

Tints of Neon Blue #3D4DFD

Color information

#3D4DFD (or 0x3D4DFD) is unknown color: approx Neon Blue. HEX triplet: 3D, 4D and FD. RGB value is (61,77,253). Sum of RGB (Red+Green+Blue) = 61+77+253=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D4DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D4DFD is #C2B202. Grayscale: #5B5B5B. Windows color (decimal): -12759555 or 16600381. OLE color: 16600381.

HSL color Cylindrical-coordinate representation of color #3D4DFD: hue angle of 235º 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 #3D4DFD is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB6177253-
CMYK0.760.7000.01
HSL235º97.96%61.57%-
HSV(B)235º75.89%99.22%-
XYZ22.3113.3994.34-
YUV92.28218.7105.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.60%
GREEN value IS 77 (30.47% from 255) = 19.69%
BLUE value IS 253 (99.22% from 255) = 64.71%
R=15.60%
G=19.69%
B=64.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61772530.760.7000.0123597.9661.57
Hex3D4DFD4C4601eb623e
Octal751153751141060135314276
Binary1111011001101111111011001100100011001111010111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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