#3F61FE

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

Shades of Neon Blue #3F61FE

Tints of Neon Blue #3F61FE

Color information

#3F61FE (or 0x3F61FE) is unknown color: approx Neon Blue. HEX triplet: 3F, 61 and FE. RGB value is (63,97,254). Sum of RGB (Red+Green+Blue) = 63+97+254=414 (54% of max value = 765). Red value is 63 (25% from 255 or 15.22% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #3F61FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F61FE is #C09E01. Grayscale: #686868. Windows color (decimal): -12623362 or 16671039. OLE color: 16671039.

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

Color convert

RGB6397254-
CMYK0.750.6200.00
HSL229.32º98.96%62.16%-
HSV(B)229.32º75.2%99.61%-
XYZ24.2116.7695.73-
YUV104.73212.2498.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.22%
GREEN value IS 97 (38.28% from 255) = 23.43%
BLUE value IS 254 (99.61% from 255) = 61.35%
R=15.22%
G=23.43%
B=61.35%

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
Decimal63972540.750.6200.00229.3298.9662.16
Hex3F61FE4B3E00e5633e
Octal77141376113760034514376
Binary111111110000111111110100101111111000111001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F61FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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