#2F2FEB

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

Shades of Neon Blue #2F2FEB

Tints of Neon Blue #2F2FEB

Color information

#2F2FEB (or 0x2F2FEB) is unknown color: approx Neon Blue. HEX triplet: 2F, 2F and EB. RGB value is (47,47,235). Sum of RGB (Red+Green+Blue) = 47+47+235=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F2FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2FEB is #D0D014. Grayscale: #434343. Windows color (decimal): -13684757 or 15413039. OLE color: 15413039.

HSL color Cylindrical-coordinate representation of color #2F2FEB: hue angle of 240º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F2FEB is Cyan = 0.8, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4747235-
CMYK0.80.800.08
HSL240º82.46%55.29%-
HSV(B)240º80%92.16%-
XYZ17.188.6479.36-
YUV68.43222112.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 235 (92.19% from 255) = 71.43%
R=14.29%
G=14.29%
B=71.43%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47472350.80.800.0824082.4655.29
Hex2F2FEB505008f05237
Octal575735312012001036012267
Binary101111101111111010111010000101000001000111100001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,47,235); }

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

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

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

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

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

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

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