#3D58FC

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

Shades of Neon Blue #3D58FC

Tints of Neon Blue #3D58FC

Color information

#3D58FC (or 0x3D58FC) is unknown color: approx Neon Blue. HEX triplet: 3D, 58 and FC. RGB value is (61,88,252). Sum of RGB (Red+Green+Blue) = 61+88+252=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #3D58FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3D58FC is #C2A703. Grayscale: #616161. Windows color (decimal): -12756740 or 16537661. OLE color: 16537661.

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

Color convert

RGB6188252-
CMYK0.760.6500.01
HSL231.52º96.95%61.37%-
HSV(B)231.52º75.79%98.82%-
XYZ22.981593.78-
YUV98.62214.55101.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.21%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 252 (98.83% from 255) = 62.84%
R=15.21%
G=21.95%
B=62.84%

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
Decimal61882520.760.6500.01231.5296.9561.37
Hex3D58FC4C4101e8613d
Octal751303741141010135014175
Binary1111011011000111111001001100100000101111010001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D58FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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