#3F61FD

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

Shades of Neon Blue #3F61FD

Tints of Neon Blue #3F61FD

Color information

#3F61FD (or 0x3F61FD) is unknown color: approx Neon Blue. HEX triplet: 3F, 61 and FD. RGB value is (63,97,253). Sum of RGB (Red+Green+Blue) = 63+97+253=413 (54% of max value = 765). Red value is 63 (25% from 255 or 15.25% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #3F61FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F61FD is #C09E02. Grayscale: #676767. Windows color (decimal): -12623363 or 16605503. OLE color: 16605503.

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

Color convert

RGB6397253-
CMYK0.750.6200.01
HSL229.26º97.94%61.96%-
HSV(B)229.26º75.1%99.22%-
XYZ24.0516.794.88-
YUV104.62211.7498.32-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.25%
GREEN value IS 97 (38.28% from 255) = 23.49%
BLUE value IS 253 (99.22% from 255) = 61.26%
R=15.25%
G=23.49%
B=61.26%

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
Decimal63972530.750.6200.01229.2697.9461.96
Hex3F61FD4B3E01e5623e
Octal77141375113760134514276
Binary111111110000111111101100101111111001111001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F61FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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