#2542FA

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

Shades of Neon Blue #2542FA

Tints of Neon Blue #2542FA

Color information

#2542FA (or 0x2542FA) is unknown color: approx Neon Blue. HEX triplet: 25, 42 and FA. RGB value is (37,66,250). Sum of RGB (Red+Green+Blue) = 37+66+250=353 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.48% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #2542FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2542FA is #DABD05. Grayscale: #4D4D4D. Windows color (decimal): -14335238 or 16400933. OLE color: 16400933.

HSL color Cylindrical-coordinate representation of color #2542FA: hue angle of 231.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2542FA is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3766250-
CMYK0.850.7400.02
HSL231.83º95.52%56.27%-
HSV(B)231.83º85.2%98.04%-
XYZ19.9711.1991.55-
YUV78.3224.8998.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.48%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 250 (98.05% from 255) = 70.82%
R=10.48%
G=18.70%
B=70.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal37662500.850.7400.02231.8395.5256.27
Hex2542FA554A02e86038
Octal451023721251120235014070
Binary10010110000101111101010101011001010010111010001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2542FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2542FA; }

 p { color: rgb(37,66,250); }

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

<style>
 a { background-color: #2542FA; }

 a { background-color: rgb(37,66,250); }

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

<style>
 span { border-color: #2542FA; }

 span { border-color: rgb(37,66,250); }

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