#3F60FE

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

Shades of Neon Blue #3F60FE

Tints of Neon Blue #3F60FE

Color information

#3F60FE (or 0x3F60FE) is unknown color: approx Neon Blue. HEX triplet: 3F, 60 and FE. RGB value is (63,96,254). Sum of RGB (Red+Green+Blue) = 63+96+254=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F60FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F60FE is #C09F01. Grayscale: #676767. Windows color (decimal): -12623618 or 16670783. OLE color: 16670783.

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

Color convert

RGB6396254-
CMYK0.750.6200.00
HSL229.63º98.96%62.16%-
HSV(B)229.63º75.2%99.61%-
XYZ24.1216.5895.69-
YUV104.14212.5798.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.25%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 254 (99.61% from 255) = 61.50%
R=15.25%
G=23.24%
B=61.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal63962540.750.6200.00229.6398.9662.16
Hex3F60FE4B3E00e6633e
Octal77140376113760034614376
Binary111111110000011111110100101111111000111001101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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