#2741FE

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

Shades of Neon Blue #2741FE

Tints of Neon Blue #2741FE

Color information

#2741FE (or 0x2741FE) is unknown color: approx Neon Blue. HEX triplet: 27, 41 and FE. RGB value is (39,65,254). Sum of RGB (Red+Green+Blue) = 39+65+254=358 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.89% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #2741FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2741FE is #D8BE01. Grayscale: #4D4D4D. Windows color (decimal): -14204418 or 16662823. OLE color: 16662823.

HSL color Cylindrical-coordinate representation of color #2741FE: hue angle of 232.74º 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 #2741FE is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3965254-
CMYK0.850.7400.00
HSL232.74º99.08%57.45%-
HSV(B)232.74º84.65%99.61%-
XYZ20.6211.3794.87-
YUV78.77226.8999.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.89%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 254 (99.61% from 255) = 70.95%
R=10.89%
G=18.16%
B=70.95%

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
Decimal39652540.850.7400.00232.7499.0857.45
Hex2741FE554A00e96339
Octal471013761251120035114371
Binary1001111000001111111101010101100101000111010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2741FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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