#3F60FD

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

Shades of Neon Blue #3F60FD

Tints of Neon Blue #3F60FD

Color information

#3F60FD (or 0x3F60FD) is unknown color: approx Neon Blue. HEX triplet: 3F, 60 and FD. RGB value is (63,96,253). Sum of RGB (Red+Green+Blue) = 63+96+253=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F60FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F60FD is #C09F02. Grayscale: #676767. Windows color (decimal): -12623619 or 16605247. OLE color: 16605247.

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

Color convert

RGB6396253-
CMYK0.750.6200.01
HSL229.58º97.94%61.96%-
HSV(B)229.58º75.1%99.22%-
XYZ23.9616.5194.85-
YUV104.03212.0798.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.29%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 253 (99.22% from 255) = 61.41%
R=15.29%
G=23.30%
B=61.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal63962530.750.6200.01229.5897.9461.96
Hex3F60FD4B3E01e6623e
Octal77140375113760134614276
Binary111111110000011111101100101111111001111001101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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