#2A3AFD

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

Shades of Neon Blue #2A3AFD

Tints of Neon Blue #2A3AFD

Color information

#2A3AFD (or 0x2A3AFD) is unknown color: approx Neon Blue. HEX triplet: 2A, 3A and FD. RGB value is (42,58,253). Sum of RGB (Red+Green+Blue) = 42+58+253=353 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.90% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #2A3AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2A3AFD is #D5C502. Grayscale: #4A4A4A. Windows color (decimal): -14009603 or 16595498. OLE color: 16595498.

HSL color Cylindrical-coordinate representation of color #2A3AFD: hue angle of 235.45º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A3AFD is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4258253-
CMYK0.830.7700.01
HSL235.45º98.14%57.84%-
HSV(B)235.45º83.4%99.22%-
XYZ20.210.6193.91-
YUV75.45228.2104.14-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.90%
GREEN value IS 58 (23.05% from 255) = 16.43%
BLUE value IS 253 (99.22% from 255) = 71.67%
R=11.90%
G=16.43%
B=71.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal42582530.830.7700.01235.4598.1457.84
Hex2A3AFD534D01eb623a
Octal52723751231150135314272
Binary101010111010111111011010011100110101111010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,58,253); }

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

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

 a { background-color: rgb(42,58,253); }

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

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

 span { border-color: rgb(42,58,253); }

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