#1B3CF6

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

Shades of Neon Blue #1B3CF6

Tints of Neon Blue #1B3CF6

Color information

#1B3CF6 (or 0x1B3CF6) is unknown color: approx Neon Blue. HEX triplet: 1B, 3C and F6. RGB value is (27,60,246). Sum of RGB (Red+Green+Blue) = 27+60+246=333 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.11% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #1B3CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B3CF6 is #E4C309. Grayscale: #464646. Windows color (decimal): -14992138 or 16137243. OLE color: 16137243.

HSL color Cylindrical-coordinate representation of color #1B3CF6: hue angle of 230.96º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B3CF6 is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2760246-
CMYK0.890.7600.04
HSL230.96º92.41%53.53%-
HSV(B)230.96º89.02%96.47%-
XYZ18.710.1288.16-
YUV71.34226.5796.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.11%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 246 (96.48% from 255) = 73.87%
R=8.11%
G=18.02%
B=73.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal27602460.890.7600.04230.9692.4153.53
Hex1B3CF6594C04e75c36
Octal33743661311140434713466
Binary1101111110011110110101100110011000100111001111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3CF6; }

 p { color: rgb(27,60,246); }

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

<style>
 a { background-color: #1B3CF6; }

 a { background-color: rgb(27,60,246); }

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

<style>
 span { border-color: #1B3CF6; }

 span { border-color: rgb(27,60,246); }

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