#3B3DF8

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

Shades of Neon Blue #3B3DF8

Tints of Neon Blue #3B3DF8

Color information

#3B3DF8 (or 0x3B3DF8) is unknown color: approx Neon Blue. HEX triplet: 3B, 3D and F8. RGB value is (59,61,248). Sum of RGB (Red+Green+Blue) = 59+61+248=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #3B3DF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B3DF8 is #C4C207. Grayscale: #505050. Windows color (decimal): -12894728 or 16268603. OLE color: 16268603.

HSL color Cylindrical-coordinate representation of color #3B3DF8: hue angle of 239.37º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B3DF8 is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5961248-
CMYK0.760.7500.03
HSL239.37º93.1%60.2%-
HSV(B)239.37º76.21%97.25%-
XYZ20.4211.0489.86-
YUV81.72221.84111.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.03%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 248 (97.27% from 255) = 67.39%
R=16.03%
G=16.58%
B=67.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal59612480.760.7500.03239.3793.160.2
Hex3B3DF84C4B03ef5d3c
Octal73753701141130335713574
Binary1110111111011111100010011001001011011111011111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,61,248); }

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

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

 a { background-color: rgb(59,61,248); }

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

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

 span { border-color: rgb(59,61,248); }

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