#3f5bfc

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

Shades of Neon Blue #3F5BFC

Tints of Neon Blue #3F5BFC

Color information

#3F5BFC (or 0x3F5BFC) is unknown color: approx Neon Blue. HEX triplet: 3F, 5B and FC. RGB value is (63,91,252). Sum of RGB (Red+Green+Blue) = 63+91+252=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F5BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3F5BFC is #C0A403. Grayscale: #646464. Windows color (decimal): -12624900 or 16538431. OLE color: 16538431.

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

Color convert

RGB6391252-
CMYK0.750.6400.01
HSL231.11º96.92%61.76%-
HSV(B)231.11º75%98.82%-
XYZ23.3615.5793.87-
YUV100.98213.22100.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.52%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 252 (98.83% from 255) = 62.07%
R=15.52%
G=22.41%
B=62.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal63912520.750.6400.01231.1196.9261.76
Hex3F5BFC4B4001e7613e
Octal771333741131000134714176
Binary1111111011011111111001001011100000001111001111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f5bfc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,91,252); }

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

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

 a { background-color: rgb(63,91,252); }

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

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

 span { border-color: rgb(63,91,252); }

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