#1A3AFC

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

Shades of Neon Blue #1A3AFC

Tints of Neon Blue #1A3AFC

Color information

#1A3AFC (or 0x1A3AFC) is unknown color: approx Neon Blue. HEX triplet: 1A, 3A and FC. RGB value is (26,58,252). Sum of RGB (Red+Green+Blue) = 26+58+252=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A3AFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3AFC is #E5C503. Grayscale: #454545. Windows color (decimal): -15058180 or 16529946. OLE color: 16529946.

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

Color convert

RGB2658252-
CMYK0.900.7700.01
HSL231.5º97.41%54.51%-
HSV(B)231.5º89.68%98.82%-
XYZ19.5110.2793.05-
YUV70.55230.496.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.74%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 252 (98.83% from 255) = 75%
R=7.74%
G=17.26%
B=75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal26582520.900.7700.01231.597.4154.51
Hex1A3AFC5A4D01e86137
Octal32723741321150135014167
Binary11010111010111111001011010100110101111010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,58,252); }

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

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

 a { background-color: rgb(26,58,252); }

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

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

 span { border-color: rgb(26,58,252); }

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