#1A4CFB

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

Shades of Neon Blue #1A4CFB

Tints of Neon Blue #1A4CFB

Color information

#1A4CFB (or 0x1A4CFB) is unknown color: approx Neon Blue. HEX triplet: 1A, 4C and FB. RGB value is (26,76,251). Sum of RGB (Red+Green+Blue) = 26+76+251=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A4CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A4CFB is #E5B304. Grayscale: #505050. Windows color (decimal): -15053573 or 16469018. OLE color: 16469018.

HSL color Cylindrical-coordinate representation of color #1A4CFB: hue angle of 226.67º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A4CFB is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2676251-
CMYK0.900.7000.02
HSL226.67º96.57%54.31%-
HSV(B)226.67º89.64%98.43%-
XYZ20.4212.3592.57-
YUV81223.9488.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.37%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 251 (98.44% from 255) = 71.10%
R=7.37%
G=21.53%
B=71.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26762510.900.7000.02226.6796.5754.31
Hex1A4CFB5A4602e36136
Octal321143731321060234314166
Binary1101010011001111101110110101000110010111000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,76,251); }

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

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

 a { background-color: rgb(26,76,251); }

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

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

 span { border-color: rgb(26,76,251); }

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