#2742FE

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

Shades of Neon Blue #2742FE

Tints of Neon Blue #2742FE

Color information

#2742FE (or 0x2742FE) is unknown color: approx Neon Blue. HEX triplet: 27, 42 and FE. RGB value is (39,66,254). Sum of RGB (Red+Green+Blue) = 39+66+254=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 254 (99.61% from 255 or 70.75% from 359); Max value from RGB is 254 - color contains mainly: blue. Hex color #2742FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2742FE is #D8BD01. Grayscale: #4E4E4E. Windows color (decimal): -14204162 or 16663079. OLE color: 16663079.

HSL color Cylindrical-coordinate representation of color #2742FE: hue angle of 232.47º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2742FE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3966254-
CMYK0.850.7400.00
HSL232.47º99.08%57.45%-
HSV(B)232.47º84.65%99.61%-
XYZ20.6711.4894.89-
YUV79.36226.5599.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.86%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 254 (99.61% from 255) = 70.75%
R=10.86%
G=18.38%
B=70.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal39662540.850.7400.00232.4799.0857.45
Hex2742FE554A00e86339
Octal471023761251120035014371
Binary1001111000010111111101010101100101000111010001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2742FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2742FE; }

 p { color: rgb(39,66,254); }

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

<style>
 a { background-color: #2742FE; }

 a { background-color: rgb(39,66,254); }

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

<style>
 span { border-color: #2742FE; }

 span { border-color: rgb(39,66,254); }

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