#2f46ff

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

Shades of Neon Blue #2F46FF

Tints of Neon Blue #2F46FF

Color information

#2F46FF (or 0x2F46FF) is unknown color: approx Neon Blue. HEX triplet: 2F, 46 and FF. RGB value is (47,70,255). Sum of RGB (Red+Green+Blue) = 47+70+255=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #2F46FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F46FF is #D0B900. Grayscale: #535353. Windows color (decimal): -13678849 or 16729647. OLE color: 16729647.

HSL color Cylindrical-coordinate representation of color #2F46FF: hue angle of 233.37º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F46FF is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4770255-
CMYK0.820.7300
HSL233.37º100%59.22%-
HSV(B)233.37º81.57%100%-
XYZ21.4112.295.83-
YUV84.21224.38101.46-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.63%
GREEN value IS 70 (27.73% from 255) = 18.82%
BLUE value IS 255 (100% from 255) = 68.55%
R=12.63%
G=18.82%
B=68.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal47702550.820.7300233.3710059.22
Hex2F46FF524900e9643b
Octal571063771221110035114473
Binary1011111000110111111111010010100100100111010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f46ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,70,255); }

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

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

 a { background-color: rgb(47,70,255); }

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

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

 span { border-color: rgb(47,70,255); }

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