#1A3CF4

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

Shades of Neon Blue #1A3CF4

Tints of Neon Blue #1A3CF4

Color information

#1A3CF4 (or 0x1A3CF4) is unknown color: approx Neon Blue. HEX triplet: 1A, 3C and F4. RGB value is (26,60,244). Sum of RGB (Red+Green+Blue) = 26+60+244=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 244 (95.70% from 255 or 73.94% from 330); Max value from RGB is 244 - color contains mainly: blue. Hex color #1A3CF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3CF4 is #E5C30B. Grayscale: #464646. Windows color (decimal): -15057676 or 16006170. OLE color: 16006170.

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

Color convert

RGB2660244-
CMYK0.890.7500.04
HSL230.64º90.83%52.94%-
HSV(B)230.64º89.34%95.69%-
XYZ18.379.9886.55-
YUV70.81225.7496.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.88%
GREEN value IS 60 (23.83% from 255) = 18.18%
BLUE value IS 244 (95.70% from 255) = 73.94%
R=7.88%
G=18.18%
B=73.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal26602440.890.7500.04230.6490.8352.94
Hex1A3CF4594B04e75b35
Octal32743641311130434713365
Binary1101011110011110100101100110010110100111001111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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