#3D3CFD

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

Shades of Neon Blue #3D3CFD

Tints of Neon Blue #3D3CFD

Color information

#3D3CFD (or 0x3D3CFD) is unknown color: approx Neon Blue. HEX triplet: 3D, 3C and FD. RGB value is (61,60,253). Sum of RGB (Red+Green+Blue) = 61+60+253=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #3D3CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3CFD is #C2C302. Grayscale: #515151. Windows color (decimal): -12763907 or 16596029. OLE color: 16596029.

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

Color convert

RGB6160253-
CMYK0.760.7600.01
HSL240.31º97.97%61.37%-
HSV(B)240.31º76.28%99.22%-
XYZ21.2711.3293.99-
YUV82.3224.33112.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 253 (99.22% from 255) = 67.65%
R=16.31%
G=16.04%
B=67.65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61602530.760.7600.01240.3197.9761.37
Hex3D3CFD4C4C01f0623d
Octal75743751141140136014275
Binary111101111100111111011001100100110001111100001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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