#1B40FC

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

Shades of Neon Blue #1B40FC

Tints of Neon Blue #1B40FC

Color information

#1B40FC (or 0x1B40FC) is unknown color: approx Neon Blue. HEX triplet: 1B, 40 and FC. RGB value is (27,64,252). Sum of RGB (Red+Green+Blue) = 27+64+252=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #1B40FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B40FC is #E4BF03. Grayscale: #494949. Windows color (decimal): -14991108 or 16531483. OLE color: 16531483.

HSL color Cylindrical-coordinate representation of color #1B40FC: hue angle of 230.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B40FC is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2764252-
CMYK0.890.7500.01
HSL230.13º97.4%54.71%-
HSV(B)230.13º89.29%98.82%-
XYZ19.8610.9393.16-
YUV74.37228.2494.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.87%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 252 (98.83% from 255) = 73.47%
R=7.87%
G=18.66%
B=73.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal27642520.890.7500.01230.1397.454.71
Hex1B40FC594B01e66137
Octal331003741311130134614167
Binary110111000000111111001011001100101101111001101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B40FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,252); }

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

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

 a { background-color: rgb(27,64,252); }

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

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

 span { border-color: rgb(27,64,252); }

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