#1A3CFE

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

Shades of Neon Blue #1A3CFE

Tints of Neon Blue #1A3CFE

Color information

#1A3CFE (or 0x1A3CFE) is unknown color: approx Neon Blue. HEX triplet: 1A, 3C and FE. RGB value is (26,60,254). Sum of RGB (Red+Green+Blue) = 26+60+254=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A3CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3CFE is #E5C301. Grayscale: #474747. Windows color (decimal): -15057666 or 16661530. OLE color: 16661530.

HSL color Cylindrical-coordinate representation of color #1A3CFE: hue angle of 231.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A3CFE is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2660254-
CMYK0.900.7600.00
HSL231.05º99.13%54.9%-
HSV(B)231.05º89.76%99.61%-
XYZ19.9310.6194.76-
YUV71.95230.7495.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.65%
GREEN value IS 60 (23.83% from 255) = 17.65%
BLUE value IS 254 (99.61% from 255) = 74.71%
R=7.65%
G=17.65%
B=74.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal26602540.900.7600.00231.0599.1354.9
Hex1A3CFE5A4C00e76337
Octal32743761321140034714367
Binary11010111100111111101011010100110000111001111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,60,254); }

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

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

 a { background-color: rgb(26,60,254); }

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

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

 span { border-color: rgb(26,60,254); }

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