#2A4AF3

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

Shades of Neon Blue #2A4AF3

Tints of Neon Blue #2A4AF3

Color information

#2A4AF3 (or 0x2A4AF3) is unknown color: approx Neon Blue. HEX triplet: 2A, 4A and F3. RGB value is (42,74,243). Sum of RGB (Red+Green+Blue) = 42+74+243=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 243 (95.31% from 255 or 67.69% from 359); Max value from RGB is 243 - color contains mainly: blue. Hex color #2A4AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A4AF3 is #D5B50C. Grayscale: #525252. Windows color (decimal): -14005517 or 15944234. OLE color: 15944234.

HSL color Cylindrical-coordinate representation of color #2A4AF3: hue angle of 230.45º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A4AF3 is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB4274243-
CMYK0.830.7000.05
HSL230.45º89.33%55.88%-
HSV(B)230.45º82.72%95.29%-
XYZ19.5811.8686.05-
YUV83.7217.998.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.70%
GREEN value IS 74 (29.30% from 255) = 20.61%
BLUE value IS 243 (95.31% from 255) = 67.69%
R=11.70%
G=20.61%
B=67.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42742430.830.7000.05230.4589.3355.88
Hex2A4AF3534605e65938
Octal521123631231060534613170
Binary101010100101011110011101001110001100101111001101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A4AF3; }

 p { color: rgb(42,74,243); }

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

<style>
 a { background-color: #2A4AF3; }

 a { background-color: rgb(42,74,243); }

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

<style>
 span { border-color: #2A4AF3; }

 span { border-color: rgb(42,74,243); }

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