#3F56FD

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

Shades of Neon Blue #3F56FD

Tints of Neon Blue #3F56FD

Color information

#3F56FD (or 0x3F56FD) is unknown color: approx Neon Blue. HEX triplet: 3F, 56 and FD. RGB value is (63,86,253). Sum of RGB (Red+Green+Blue) = 63+86+253=402 (53% of max value = 765). Red value is 63 (25% from 255 or 15.67% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F56FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F56FD is #C0A902. Grayscale: #616161. Windows color (decimal): -12626179 or 16602687. OLE color: 16602687.

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

Color convert

RGB6386253-
CMYK0.750.6600.01
HSL232.74º97.94%61.96%-
HSV(B)232.74º75.1%99.22%-
XYZ23.1114.894.57-
YUV98.16215.38102.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.67%
GREEN value IS 86 (33.98% from 255) = 21.39%
BLUE value IS 253 (99.22% from 255) = 62.94%
R=15.67%
G=21.39%
B=62.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal63862530.750.6600.01232.7497.9461.96
Hex3F56FD4B4201e9623e
Octal771263751131020135114276
Binary1111111010110111111011001011100001001111010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F56FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,253); }

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

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

 a { background-color: rgb(63,86,253); }

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

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

 span { border-color: rgb(63,86,253); }

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