#3D57FC

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

Shades of Neon Blue #3D57FC

Tints of Neon Blue #3D57FC

Color information

#3D57FC (or 0x3D57FC) is unknown color: approx Neon Blue. HEX triplet: 3D, 57 and FC. RGB value is (61,87,252). Sum of RGB (Red+Green+Blue) = 61+87+252=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D57FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D57FC is #C2A803. Grayscale: #616161. Windows color (decimal): -12756996 or 16537405. OLE color: 16537405.

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

Color convert

RGB6187252-
CMYK0.760.6500.01
HSL231.83º96.95%61.37%-
HSV(B)231.83º75.79%98.82%-
XYZ22.914.8493.75-
YUV98.04214.89101.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.25%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 252 (98.83% from 255) = 63%
R=15.25%
G=21.75%
B=63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal61872520.760.6500.01231.8396.9561.37
Hex3D57FC4C4101e8613d
Octal751273741141010135014175
Binary1111011010111111111001001100100000101111010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D57FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,87,252); }

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

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

 a { background-color: rgb(61,87,252); }

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

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

 span { border-color: rgb(61,87,252); }

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